]> git.pld-linux.org Git - packages/asterisk-stat.git/blobdiff - asterisk-stat-config.php
- corect path
[packages/asterisk-stat.git] / asterisk-stat-config.php
index 386e2a484329f57372ca0c19b84d44c43d0150a2..8837676b1bb89ecb9b7817e1430ddd8c43142277 100644 (file)
@@ -1,10 +1,10 @@
 
-define ("WEBROOT", "http://domainname.com/asterisk-stat/");
-define ("FSROOT", "/var/www/html/HTTP2/Asterisk/asterisk-stat-v2/");
+define ("WEBROOT", "http://localhost/asterisk-stat/");
+define ("FSROOT", "/usr/share/asterisk-stat/");
 
 define ("LIBDIR", FSROOT."lib/");
 
-define ("HOST", "localhost");
+define ("HOST", "localhost"); //database host
 define ("PORT", "5432");
 define ("USER", "postgres");
 define ("PASS", "");
This page took 0.068617 seconds and 4 git commands to generate.