summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-06-15 08:45:02 -0400
committerJoramWilander <jwawilander@gmail.com>2015-06-15 08:45:02 -0400
commitd390ec9bf2a04fac9ebdd23e6b275153a2a2e900 (patch)
tree017f1716d2e32fae0f91a8fdbf855b1d043e164b /config
parentb7a821c3410ecd165241e2dbcf2c8376ae402124 (diff)
downloadchat-d390ec9bf2a04fac9ebdd23e6b275153a2a2e900.tar.gz
chat-d390ec9bf2a04fac9ebdd23e6b275153a2a2e900.tar.bz2
chat-d390ec9bf2a04fac9ebdd23e6b275153a2a2e900.zip
fixes mm-1239 adds config setting to turn off valet feature
Diffstat (limited to 'config')
-rw-r--r--config/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.json b/config/config.json
index 4eab907f7..a6c79efac 100644
--- a/config/config.json
+++ b/config/config.json
@@ -72,6 +72,7 @@
"TeamSettings": {
"MaxUsersPerTeam": 150,
"AllowPublicLink": true,
+ "AllowValet": false,
"TermsLink": "/static/help/configure_links.html",
"PrivacyLink": "/static/help/configure_links.html",
"AboutLink": "/static/help/configure_links.html",