]> git.datanom.net - qtadmin.git/blobdiff - config.php
add more debug info
[qtadmin.git] / config.php
index f3619930ce510094f82541b46a64b6cfa35e47b4..ccc09c68e90c97c6fa89c2617070a8158c689308 100644 (file)
@@ -14,6 +14,9 @@ $CFG->amavis_policy_port = 9998;
 $CFG->ldap_dsn =  "ldap://127.0.0.1:389";
 $CFG->ldap_base_dn = "o=domains,dc=datanom,dc=net";
 
+// wblistadm server
+$CFG->wblistadm_url = "http://127.0.0.1:8080";
+
 $CFG->root = '/usr/share/quarantine-admin/';
 $CFG->wwwroot = '/qtadmin/';
 
@@ -39,9 +42,15 @@ $CFG->session_timeout = 60;
 $CFG->log_level = 3;
 
 // Log method
-// stderr = Stand Error
-// file = file to log to. Requires write permission to web server
+// stderr = Log to stand error
+// file = Log to file. Requires write permission
 // syslog = syslog
 // Default log method is syslog
 $CFG->log_method = 'syslog';
+
+// File to log to if log method is file
+// Both relative and absolut path is accepted
+// If path is relative root is $CFG->root
+// Default file is $CFG->root.qtadmin.log
+$CFG->log_file = 'qtadmin.log';
 ?>
This page took 0.029253 seconds and 5 git commands to generate.