summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-18 07:48:25 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-18 07:48:25 -0400
commitc717fcb325b46438a438c4d0e0a7864ad742a036 (patch)
tree554a36cc185579b5296ca5b49c911a3957295268 /config
parent82127341cacd4299f9a59e76b5f68d6d7222c45b (diff)
parentfda314f27fe43dfbd17397f21c706213ee4296e3 (diff)
downloadchat-c717fcb325b46438a438c4d0e0a7864ad742a036.tar.gz
chat-c717fcb325b46438a438c4d0e0a7864ad742a036.tar.bz2
chat-c717fcb325b46438a438c4d0e0a7864ad742a036.zip
Merge pull request #665 from chengweiv5/fix-coding-style
Fix coding style: replace tab with whitespace in mattermost config
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 4c4fbb255..f581656ba 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",