X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=1785336fe1ea5b71c03933f3b4d9f777cd36b92d;hb=f504e16303445771d7f069ed49a5a29bbd7ef737;hp=66527ec89c9b38def26e24f9f27d44fb7bba8639;hpb=45ca7d2258832cb0d2465eb16dd646d925458106;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 66527ec8..1785336f 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -42,12 +42,12 @@ define('DSN', 'mysqli://root:no@localhost/dbname?charset=utf8mb4'); // and now you see some corrupted characters. See http://dev.mysql.com/doc/refman/5.0/en/charset-mysql.html -// MULTITEAM_MODE option defines whether users can create their own top groups (organizations). +// MULTIORG_MODE option defines whether users can create their own top groups (organizations). // When false, a Time Tracker server is managed by admin, who creates top groups (one or many). // // Available values are true or false. // -define('MULTITEAM_MODE', true); +define('MULTIORG_MODE', true); // Application name. @@ -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');