SOURCES: asterisk-stat-config.php (NEW) - config in /etc

wolvverine wolvverine at pld-linux.org
Fri May 26 12:28:14 CEST 2006


Author: wolvverine                   Date: Fri May 26 10:28:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- config in /etc

---- Files affected:
SOURCES:
   asterisk-stat-config.php (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/asterisk-stat-config.php
diff -u /dev/null SOURCES/asterisk-stat-config.php:1.1
--- /dev/null	Fri May 26 12:28:14 2006
+++ SOURCES/asterisk-stat-config.php	Fri May 26 12:28:09 2006
@@ -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
================================================================


More information about the pld-cvs-commit mailing list