summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-16 11:17:24 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-19 09:00:30 -0400
commitf24ea30a75ad52b695f5f275139af1c0495624ac (patch)
tree74ea933bb3e67019a24d168b2f55e61800c1c243 /config
parent9de8bc4727132f8ec5d67f9d3e8a9642774c296c (diff)
downloadchat-f24ea30a75ad52b695f5f275139af1c0495624ac.tar.gz
chat-f24ea30a75ad52b695f5f275139af1c0495624ac.tar.bz2
chat-f24ea30a75ad52b695f5f275139af1c0495624ac.zip
Refactor to hit database less often.
Diffstat (limited to 'config')
-rw-r--r--config/config.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 3980d4b98..37109428d 100644
--- a/config/config.json
+++ b/config/config.json
@@ -11,7 +11,6 @@
"EnablePostIconOverride": false,
"EnableTesting": false,
"EnableSecurityFixAlert": true
- "EnableTesting": false
},
"TeamSettings": {
"SiteName": "Mattermost",
@@ -91,4 +90,4 @@
"TokenEndpoint": "",
"UserApiEndpoint": ""
}
-}
+} \ No newline at end of file