summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-15 10:01:37 -0800
committerCorey Hulen <corey@hulen.com>2015-06-15 10:01:37 -0800
commit85a26987ae6b951d9022b5d8d1c9e465b72b5b8f (patch)
tree9c9f31b5b9cf9d937533d56e3a575786533faed5 /config/config.json
parent06a10ab27911d58032c2cd023fb576d221c7fb68 (diff)
parent40dcfd99d7674f3651c98a29530d425f5be30bed (diff)
downloadchat-85a26987ae6b951d9022b5d8d1c9e465b72b5b8f.tar.gz
chat-85a26987ae6b951d9022b5d8d1c9e465b72b5b8f.tar.bz2
chat-85a26987ae6b951d9022b5d8d1c9e465b72b5b8f.zip
Merge pull request #2 from mattermost/mm-1239
fixes mm-1239 adds config setting to turn off valet feature
Diffstat (limited to 'config/config.json')
-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",