]> git.datanom.net - qtadmin.git/blobdiff - config.php
add more debug info
[qtadmin.git] / config.php
index 5352dae83fcf69378eb9d1613d0f452c3ee66c21..ccc09c68e90c97c6fa89c2617070a8158c689308 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 unset($CFG);
 $CFG = new stdClass;
 
@@ -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/';
 
This page took 0.028445 seconds and 5 git commands to generate.