summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2017-12-19 10:12:25 -0800
committerChristopher Speller <crspeller@gmail.com>2017-12-19 10:12:25 -0800
commit15347b552752dc71f518b3cb55bdeb3858c8b07f (patch)
tree3fd5602c488fcdfe045c950bd2921c56fb123c71 /config
parent917e2417cfcbefe25293884fd0e8bd8801a5c8bb (diff)
downloadchat-15347b552752dc71f518b3cb55bdeb3858c8b07f.tar.gz
chat-15347b552752dc71f518b3cb55bdeb3858c8b07f.tar.bz2
chat-15347b552752dc71f518b3cb55bdeb3858c8b07f.zip
Allow default team to be configured (#7846)
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 d772f2576..e264a7c3d 100644
--- a/config/default.json
+++ b/config/default.json
@@ -82,7 +82,8 @@
"MaxNotificationsPerChannel": 1000,
"EnableConfirmNotificationsToChannel": true,
"TeammateNameDisplay": "username",
- "ExperimentalTownSquareIsReadOnly": false
+ "ExperimentalTownSquareIsReadOnly": false,
+ "DefaultTeamName": ""
},
"ClientRequirements": {
"AndroidLatestVersion": "",