summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-25 14:40:44 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-25 14:40:44 -0700
commit0418f762749f87862200a2f5cc00e0a3b91589a0 (patch)
tree5e51cb88783137b878e2ec3deb96d1691045b813 /config
parent67bc12e4b72960ce5413a6267f11d505d581f1e7 (diff)
downloadchat-0418f762749f87862200a2f5cc00e0a3b91589a0.tar.gz
chat-0418f762749f87862200a2f5cc00e0a3b91589a0.tar.bz2
chat-0418f762749f87862200a2f5cc00e0a3b91589a0.zip
Fixes PL-3 Restrict team creation to specific domains
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 572877d05..6c915e290 100644
--- a/config/config.json
+++ b/config/config.json
@@ -106,6 +106,6 @@
"TourLink": "/static/help/configure_links.html",
"DefaultThemeColor": "#2389D7",
"DisableTeamCreation": false,
- "RestrictCreationToDomains": "mattermost.com, @spinpunch.com"
+ "RestrictCreationToDomains": ""
}
}