summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 57f455b32..a0b50cbf2 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",
@@ -86,6 +87,7 @@
"InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS",
"PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
"SendPushNotifications": false,
+ "PushNotificationContents": "generic",
"PushNotificationServer": ""
},
"RateLimitSettings": {
@@ -139,4 +141,4 @@
"IdAttribute": null,
"QueryTimeout": 60
}
-} \ No newline at end of file
+}