summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
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 8b58e64e4..1d54edccf 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",
@@ -144,4 +145,4 @@
"Directory": "./data/",
"EnableDaily": false
}
-} \ No newline at end of file
+}