summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-16 23:06:36 -0800
committerCorey Hulen <corey@hulen.com>2015-06-16 23:06:36 -0800
commitdd2af9a821edccc30435a11f24b8a156f116f2d7 (patch)
tree8b17e87c1dbf6e7ab5570d0e0a348491c26d4da1 /config/config.json
parent69c5adcad887e26ec4b0639180bed7f6fa27edca (diff)
parent0aaf8061274e6d8a1786eee0fa9e4d8e13510d66 (diff)
downloadchat-dd2af9a821edccc30435a11f24b8a156f116f2d7.tar.gz
chat-dd2af9a821edccc30435a11f24b8a156f116f2d7.tar.bz2
chat-dd2af9a821edccc30435a11f24b8a156f116f2d7.zip
Merge pull request #17 from mattermost/fixing-build
Fixing build
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 80431c9de..3d2c26716 100644
--- a/config/config.json
+++ b/config/config.json
@@ -10,7 +10,7 @@
"ServiceSettings": {
"SiteName": "Mattermost Preview",
"Domain": "",
- "Mode" : "prod",
+ "Mode" : "dev",
"AllowTesting" : false,
"UseSSL": false,
"Port": "8065",