X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45ca7d2258832cb0d2465eb16dd646d925458106..237f5fae68a9410971ce1c4895a07fe2fa0fbd52:/WEB-INF/config.php.dist diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 66527ec8..577baeaf 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -202,3 +202,7 @@ define('AUTH_MODULE', 'db'); // This feature requires a subscription or a locally installed appliance. // define('FILE_STORAGE_URI', 'localhost'); define('FILE_STORAGE_URI', 'https://www.anuko.com/files/'); + +// A comma-separated list of default plugins for new group registrations. +// Example below enables charts and attachments. +// define('DEFAULT_PLUGINS', 'ch,at');