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
commit1862f50b799ad305a348266dec4da16bd0e931d3 (patch)
tree12779d692a467b38eb719cf4dc27e845896c07e3 /config/config.json
parentc2f6e6a10d6f252c23176d05e4a253f53b48b493 (diff)
parentdb2510554af79d9f1e84d31c89097992493cd6bb (diff)
downloadchat-1862f50b799ad305a348266dec4da16bd0e931d3.tar.gz
chat-1862f50b799ad305a348266dec4da16bd0e931d3.tar.bz2
chat-1862f50b799ad305a348266dec4da16bd0e931d3.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",