Merge pull request #1679 from mattermost/lfbrock-patch-1
Update config settings documentation
Этот коммит содержится в:
@@ -70,8 +70,8 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt
|
|||||||
- Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
- Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
||||||
- Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
- Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
||||||
- Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
- Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
|
||||||
- Added: `"SendPushNotifications": true` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer`
|
- Added: `"SendPushNotifications": false` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer`
|
||||||
- Added: `"PushNotificationServer": "https://push.mattermost.com"` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services)
|
- Added: `"PushNotificationServer": ""` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services)
|
||||||
|
|
||||||
#### Known Issues
|
#### Known Issues
|
||||||
|
|
||||||
@@ -81,6 +81,7 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt
|
|||||||
- No scroll bar in center channel
|
- No scroll bar in center channel
|
||||||
- Pasting images into text box fails to upload on Firefox, Safari, and IE11
|
- Pasting images into text box fails to upload on Firefox, Safari, and IE11
|
||||||
- Slack import @mentions break
|
- Slack import @mentions break
|
||||||
|
- Usernames containing a "." do not get mention notifications
|
||||||
|
|
||||||
#### Contributors
|
#### Contributors
|
||||||
|
|
||||||
|
|||||||
@@ -146,10 +146,10 @@ Port of SMTP email server.
|
|||||||
|
|
||||||
#### Push Notification Settings
|
#### 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.
|
"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).
|
Address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services).
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user