summaryrefslogtreecommitdiffstats
path: root/doc/install/Configuration-Settings.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-09 13:57:06 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-09 13:57:06 -0500
commit2396cfafc1ccd24a78be06538ccecab3a62ee3c4 (patch)
tree50f4fa307d36e5d2e6156b758a9f13070ab7c9f6 /doc/install/Configuration-Settings.md
parentd81496ffcff121db448bf81e6aeb8e191cf408f2 (diff)
parent8c06096fa517dc82c387bd9eb6640f68589a5a9a (diff)
downloadchat-2396cfafc1ccd24a78be06538ccecab3a62ee3c4.tar.gz
chat-2396cfafc1ccd24a78be06538ccecab3a62ee3c4.tar.bz2
chat-2396cfafc1ccd24a78be06538ccecab3a62ee3c4.zip
Merge pull request #1679 from mattermost/lfbrock-patch-1
Update config settings documentation
Diffstat (limited to 'doc/install/Configuration-Settings.md')
-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).