summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChengwei Yang <yangchengwei@qiyi.com>2015-09-13 07:54:19 +0800
committerChengwei Yang <yangchengwei@qiyi.com>2015-09-13 08:02:53 +0800
commitfda314f27fe43dfbd17397f21c706213ee4296e3 (patch)
tree3e12e853ca6e27e7a065326276be6ea900fa2a8e /config
parent3b4002bc1419027d16ace20044dc274553458422 (diff)
downloadchat-fda314f27fe43dfbd17397f21c706213ee4296e3.tar.gz
chat-fda314f27fe43dfbd17397f21c706213ee4296e3.tar.bz2
chat-fda314f27fe43dfbd17397f21c706213ee4296e3.zip
Fix coding style: replace tab with whitespace in mattermost config
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index cd7e221e7..3dc386ce0 100644
--- a/config/config.json
+++ b/config/config.json
@@ -10,7 +10,7 @@
"ServiceSettings": {
"SiteName": "Mattermost",
"Mode" : "dev",
- "AllowTesting" : false,
+ "AllowTesting" : false,
"UseSSL": false,
"Port": "8065",
"Version": "developer",