diff options
Diffstat (limited to 'config/config.json')
-rw-r--r-- | config/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json index 7bac58df7..2738546c0 100644 --- a/config/config.json +++ b/config/config.json @@ -18,7 +18,8 @@ "EnableTeamCreation": true, "EnableUserCreation": true, "RestrictCreationToDomains": "", - "RestrictTeamNames": true + "RestrictTeamNames": true, + "EnableTeamListing": false }, "SqlSettings": { "DriverName": "mysql", @@ -91,4 +92,4 @@ "TokenEndpoint": "", "UserApiEndpoint": "" } -}
\ No newline at end of file +} |