X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=577baeafbf3b750bb6543f2dc6eeca64a6264754;hb=bbea8c35f79ef9699e4b6deab0be3c1108628ef0;hp=66527ec89c9b38def26e24f9f27d44fb7bba8639;hpb=96e8b431e4b1dadd919b831e4ae184d29ebf1235;p=timetracker.git 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');