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