diff options
author | Simon Rettberg | 2016-07-06 11:55:35 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-06 11:55:35 +0200 |
commit | dcb27f27031991668afafeffe5ea6dc04035a663 (patch) | |
tree | 79612a6b4d44f29a808d95a34cf06198f4a4453f /config.php.example | |
parent | [dozmod] api: Add error checks, implement lecture list resource type (diff) | |
download | slx-admin-dcb27f27031991668afafeffe5ea6dc04035a663.tar.gz slx-admin-dcb27f27031991668afafeffe5ea6dc04035a663.tar.xz slx-admin-dcb27f27031991668afafeffe5ea6dc04035a663.zip |
[sysconfig] Refactor ldapauth and adauth classes; show mainpage warning; improve config module handling
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example index 14978897..6e760f1c 100644 --- a/config.php.example +++ b/config.php.example @@ -27,7 +27,8 @@ define('CONFIG_VMSTORE_DIR', '/srv/openslx/nfs'); define('CONFIG_PROXY_CONF', '/opt/openslx/proxy/config'); /* for the dozmod API proxy cache */ -define('CONFIG_DOZMOD_EXPIRE', 60*60); // 1 Minute +define('CONFIG_DOZMOD_URL', 'http://127.0.0.1:9080'); +define('CONFIG_DOZMOD_EXPIRE', 60); // Sort order for menu - optional, if missing, order will be alphabetically $MENU_CAT_SORT_ORDER = array('main.content' => 0, 'main.settings-client' => 1, 'main.settings-server' => 2, 'main.status' => 3, 'main.users' => 4); |