summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-05-18 09:13:23 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2018-05-18 09:13:23 -0400
commitc6cbce610043bb050f2c542412eb439dc22c4a88 (patch)
tree47f3570ca00e96cd356f93ba656ba990cbd246f0 /config
parente591fcf3d8c61c3df7d1d8457ae7b72bfe3abf1b (diff)
downloadchat-c6cbce610043bb050f2c542412eb439dc22c4a88.tar.gz
chat-c6cbce610043bb050f2c542412eb439dc22c4a88.tar.bz2
chat-c6cbce610043bb050f2c542412eb439dc22c4a88.zip
Add config setting for API team deletion (#8800)
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 80a694e38..23bae64f9 100644
--- a/config/default.json
+++ b/config/default.json
@@ -62,7 +62,8 @@
"ExperimentalGroupUnreadChannels": "disabled",
"ImageProxyType": "",
"ImageProxyOptions": "",
- "ImageProxyURL": ""
+ "ImageProxyURL": "",
+ "EnableAPITeamDeletion": false
},
"TeamSettings": {
"SiteName": "Mattermost",