From 9ed80ff8ef233e80f3f171ae5d13dca074519122 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 2 Dec 2016 17:50:06 -0500 Subject: Update config.default.php --- config.default.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index b9dc8d77..04728f3e 100644 --- a/config.default.php +++ b/config.default.php @@ -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 -- cgit v1.2.3