summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-27 20:47:42 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-27 20:47:42 +0500
commitc5fb4613a45db9913d25a84b12bef1824bcb3dd0 (patch)
tree2c02ef6eb5c2401f3d8a3a36947e02d1dcd55cc6
parent1e647cbdfc159d6d3905c5af0ece6ce4255ea80a (diff)
downloadchat-c5fb4613a45db9913d25a84b12bef1824bcb3dd0.tar.gz
chat-c5fb4613a45db9913d25a84b12bef1824bcb3dd0.tar.bz2
chat-c5fb4613a45db9913d25a84b12bef1824bcb3dd0.zip
Reverting AllowTesting in config.js
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 86b27beb8..f1f3ba22c 100644
--- a/config/config.json
+++ b/config/config.json
@@ -10,7 +10,7 @@
"ServiceSettings": {
"SiteName": "Mattermost",
"Mode" : "dev",
- "AllowTesting" : true,
+ "AllowTesting" : false,
"UseSSL": false,
"Port": "8065",
"Version": "developer",