summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-12-09 13:00:04 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-12-09 13:00:04 -0500
commit25ee77be8c41f96be4de3a674d59b33d672b5637 (patch)
tree1c78ee76ce4bed954b7ffa2c8f01c538b3663ca2
parentd81496ffcff121db448bf81e6aeb8e191cf408f2 (diff)
downloadchat-25ee77be8c41f96be4de3a674d59b33d672b5637.tar.gz
chat-25ee77be8c41f96be4de3a674d59b33d672b5637.tar.bz2
chat-25ee77be8c41f96be4de3a674d59b33d672b5637.zip
Update config settings documentation
-rw-r--r--doc/install/Configuration-Settings.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/Configuration-Settings.md b/doc/install/Configuration-Settings.md
index 46a6defdf..5f9b3b62d 100644
--- a/doc/install/Configuration-Settings.md
+++ b/doc/install/Configuration-Settings.md
@@ -146,10 +146,10 @@ Port of SMTP email server.
#### Push Notification Settings
-```"SendPushNotifications": true```
+```"SendPushNotifications": false```
"true": Your mattermsot server sends mobile push notifications to the server specified in **PushNotificationServer**; "false": Mobile push notifications are disabled.
-```"PushNotificationServer": "https://push.mattermost.com"```
+```"PushNotificationServer": ""```
Address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services).