summaryrefslogtreecommitdiffstats
path: root/docker
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 /docker
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 'docker')
-rw-r--r--docker/0.6/config_docker.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/0.6/config_docker.json b/docker/0.6/config_docker.json
index 2193a6540..57ea1594c 100644
--- a/docker/0.6/config_docker.json
+++ b/docker/0.6/config_docker.json
@@ -95,6 +95,7 @@
"ReportProblemLink": "/static/help/configure_links.html",
"TourLink": "/static/help/configure_links.html",
"DefaultThemeColor": "#2389D7",
- "DisableTeamCreation": true
+ "DisableTeamCreation": true,
+ "RestrictCreationToDomains": ""
}
}