summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-25 14:28:02 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-25 14:28:02 -0700
commitd132de4400c181d69c8d560a5f1e33e95e6d8586 (patch)
treee91a297f73f2ae7dc2b4a3ee657a1081594130df /docker
parent3ba4914b49a001fd3b8318ee9521afbb2e6ca3e4 (diff)
downloadchat-d132de4400c181d69c8d560a5f1e33e95e6d8586.tar.gz
chat-d132de4400c181d69c8d560a5f1e33e95e6d8586.tar.bz2
chat-d132de4400c181d69c8d560a5f1e33e95e6d8586.zip
Fixes PL-1 added ability to disable team creation
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 157120b99..2193a6540 100644
--- a/docker/0.6/config_docker.json
+++ b/docker/0.6/config_docker.json
@@ -94,6 +94,7 @@
"HelpLink": "/static/help/configure_links.html",
"ReportProblemLink": "/static/help/configure_links.html",
"TourLink": "/static/help/configure_links.html",
- "DefaultThemeColor": "#2389D7"
+ "DefaultThemeColor": "#2389D7",
+ "DisableTeamCreation": true
}
}