diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-15 11:22:53 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-06-15 11:22:53 -0700 |
commit | 6883f691ef3b33ceee6bc525830675245aaf508a (patch) | |
tree | 4693838432e0c544944b137ab246fbcc4583d848 /config | |
parent | c94883e0dfc0c7cbcf86a78f9134d1e3283a07cd (diff) | |
parent | 08e02c3dad4d2fa765b11ae58313b3f3e375e447 (diff) | |
download | chat-6883f691ef3b33ceee6bc525830675245aaf508a.tar.gz chat-6883f691ef3b33ceee6bc525830675245aaf508a.tar.bz2 chat-6883f691ef3b33ceee6bc525830675245aaf508a.zip |
Merge pull request #1 from mattermost/master
to me
Diffstat (limited to 'config')
-rw-r--r-- | config/config.json | 1 |
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", |