]> git.pld-linux.org Git - packages/asterisk-stat.git/blobdiff - asterisk-stat-config.php
- config in /etc
[packages/asterisk-stat.git] / asterisk-stat-config.php
diff --git a/asterisk-stat-config.php b/asterisk-stat-config.php
new file mode 100644 (file)
index 0000000..386e2a4
--- /dev/null
@@ -0,0 +1,14 @@
+
+define ("WEBROOT", "http://domainname.com/asterisk-stat/");
+define ("FSROOT", "/var/www/html/HTTP2/Asterisk/asterisk-stat-v2/");
+
+define ("LIBDIR", FSROOT."lib/");
+
+define ("HOST", "localhost");
+define ("PORT", "5432");
+define ("USER", "postgres");
+define ("PASS", "");
+define ("DBNAME", "cdrasterisk");
+define ("DB_TYPE", "postgres"); // mysql or postgres
+
+define ("DB_TABLENAME", "cdr");
\ No newline at end of file
This page took 0.039174 seconds and 4 git commands to generate.