Introduced DEFAULT_PLUGINS config constant.
[timetracker.git] / WEB-INF / config.php.dist
index 66527ec..577baea 100644 (file)
@@ -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');