]> git.pld-linux.org Git - packages/asterisk-stat.git/commitdiff
- config in /etc
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Fri, 26 May 2006 10:28:09 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-stat-config.php -> 1.1

asterisk-stat-config.php [new file with mode: 0644]

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.07701 seconds and 4 git commands to generate.