Update config.default.php

This commit is contained in:
Frederic Guillot 2016-12-02 17:50:06 -05:00
parent 6c43ab7dfc
commit 9ed80ff8ef
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
1 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,12 @@ define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log');
// Plugins directory
define('PLUGINS_DIR', 'plugins');
// Plugins directory URL
define('PLUGIN_API_URL', 'https://kanboard.net/plugins.json');
// Enable/Disable plugin installer
define('PLUGIN_INSTALLER', true);
// Available cache drivers are "file" and "memory"
define('CACHE_DRIVER', 'memory');
@ -196,7 +202,7 @@ define('ENABLE_URL_REWRITE', false);
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
define('HIDE_LOGIN_FORM', false);
// Disabling logout (for external SSO authentication)
// Disabling logout (useful for external SSO authentication)
define('DISABLE_LOGOUT', false);
// Enable captcha after 3 authentication failure