X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/9d35b77325b30611cc1fc29fadd177dca7f56acc..5ec97892b8d65ffdff8eef18495632e1c2c7c22e:/config.php diff --git a/config.php b/config.php index da1e02e..ccc09c6 100644 --- a/config.php +++ b/config.php @@ -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/';