summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-16 23:00:33 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-17 11:32:06 -0400
commitfdc3207724fde8c0c3fae7e18d7ec8463e72e737 (patch)
tree1b9fe56ea196cfb8a1a870694e3ae9bb9b71b27f /config
parentd42459729c6015b07c2f0d872a44212e93bccb39 (diff)
downloadchat-fdc3207724fde8c0c3fae7e18d7ec8463e72e737.tar.gz
chat-fdc3207724fde8c0c3fae7e18d7ec8463e72e737.tar.bz2
chat-fdc3207724fde8c0c3fae7e18d7ec8463e72e737.zip
Webpack optimizations and fixes
Diffstat (limited to 'config')
-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
+}