summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-22 01:15:41 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-22 01:15:41 -0700
commit08a3acbb44b043b9bb56f9b96e91432352d06d1a (patch)
treeceb451571691d0530ff2c97a033fcc206c42d3ea /config/config.json
parentf05a2c03d5dbf5b0b7d09148a37d2325012b309f (diff)
downloadchat-08a3acbb44b043b9bb56f9b96e91432352d06d1a.tar.gz
chat-08a3acbb44b043b9bb56f9b96e91432352d06d1a.tar.bz2
chat-08a3acbb44b043b9bb56f9b96e91432352d06d1a.zip
Adding team settings to admin console
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,