summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-17 12:04:51 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 12:04:51 -0400
commita6a9dd76914b33d292a54d667ce6789c2b6b4b41 (patch)
treea3a358fbb7cb8b272ce846965430276a4717ebfd /config/config.json
parent1fe2f7301a03f1051245fc38492c2ad4f5357de3 (diff)
parentfdc3207724fde8c0c3fae7e18d7ec8463e72e737 (diff)
downloadchat-a6a9dd76914b33d292a54d667ce6789c2b6b4b41.tar.gz
chat-a6a9dd76914b33d292a54d667ce6789c2b6b4b41.tar.bz2
chat-a6a9dd76914b33d292a54d667ce6789c2b6b4b41.zip
Merge pull request #2462 from mattermost/plt-2340
PLT-2340 Webpack optimizations and fixes
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 57f455b32..449ed74ec 100644
--- a/config/config.json
+++ b/config/config.json
@@ -21,7 +21,8 @@
"SessionLengthSSOInDays": 30,
"SessionCacheInMinutes": 10,
"WebsocketSecurePort": 443,
- "WebsocketPort": 80
+ "WebsocketPort": 80,
+ "WebserverMode": "regular"
},
"TeamSettings": {
"SiteName": "Mattermost",
@@ -139,4 +140,4 @@
"IdAttribute": null,
"QueryTimeout": 60
}
-} \ No newline at end of file
+}