summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-25 14:40:16 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-25 14:40:16 -0700
commit67bc12e4b72960ce5413a6267f11d505d581f1e7 (patch)
tree6ce737cfdbf585a8a96370266dabe6178ac126b8 /config
parentd132de4400c181d69c8d560a5f1e33e95e6d8586 (diff)
downloadchat-67bc12e4b72960ce5413a6267f11d505d581f1e7.tar.gz
chat-67bc12e4b72960ce5413a6267f11d505d581f1e7.tar.bz2
chat-67bc12e4b72960ce5413a6267f11d505d581f1e7.zip
Fixes PL-3 Restrict team creation to specific domains
Diffstat (limited to 'config')
-rw-r--r--config/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 768fd9356..572877d05 100644
--- a/config/config.json
+++ b/config/config.json
@@ -105,6 +105,7 @@
"ReportProblemLink": "/static/help/configure_links.html",
"TourLink": "/static/help/configure_links.html",
"DefaultThemeColor": "#2389D7",
- "DisableTeamCreation": true
+ "DisableTeamCreation": false,
+ "RestrictCreationToDomains": "mattermost.com, @spinpunch.com"
}
}