summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/config.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/config.json b/config/config.json
index f1f3ba22c..768fd9356 100644
--- a/config/config.json
+++ b/config/config.json
@@ -73,8 +73,8 @@
"SMTPUsername": "",
"SMTPPassword": "",
"SMTPServer": "",
- "UseTLS": false,
- "UseStartTLS": false,
+ "UseTLS": false,
+ "UseStartTLS": false,
"FeedbackEmail": "",
"FeedbackName": "",
"ApplePushServer": "",
@@ -104,6 +104,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
}
}