summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/config.json b/config/config.json
index 8baa09859..12926bee5 100644
--- a/config/config.json
+++ b/config/config.json
@@ -1,6 +1,5 @@
{
"ServiceSettings": {
- "SiteName": "Mattermost",
"Mode": "dev",
"AllowTesting": false,
"UseSSL": false,
@@ -16,12 +15,11 @@
"GoogleDeveloperKey": ""
},
"TeamSettings": {
- "MaxUsersPerTeam": 150,
- "AllowPublicLink": true,
- "AllowValetDefault": false,
- "TourLink": "",
+ "SiteName": "Mattermost",
+ "MaxUsersPerTeam": 50,
"DefaultThemeColor": "#2389D7",
- "DisableTeamCreation": false,
+ "EnableTeamCreation": true,
+ "EnableUserCreation": true,
"RestrictCreationToDomains": ""
},
"SqlSettings": {
@@ -44,6 +42,7 @@
"ImageSettings": {
"DriverName": "local",
"Directory": "./data/",
+ "EnablePublicLink": true,
"ThumbnailWidth": 120,
"ThumbnailHeight": 100,
"PreviewWidth": 1024,