]> git.pld-linux.org Git - packages/asterisk-stat.git/blob - asterisk-stat-config.php
- migrate to apache 2.4
[packages/asterisk-stat.git] / asterisk-stat-config.php
1 <?php
2 define ("WEBROOT", "http://localhost/asterisk-stat/");
3 define ("FSROOT", "/usr/share/asterisk-stat/");
4
5 define ("LIBDIR", FSROOT."lib/");
6
7 define ("HOST", "localhost"); //database host
8 define ("PORT", "5432");
9 define ("USER", "postgres");
10 define ("PASS", "");
11 define ("DBNAME", "cdrasterisk");
12 define ("DB_TYPE", "postgres"); // mysql or postgres
13
14 define ("DB_TABLENAME", "cdr");
15 ?>
This page took 0.151148 seconds and 3 git commands to generate.