enable push notifications to use TPNS by default (#9774)

This commit is contained in:
Carlos Tadeu Panato Junior
2018-10-31 13:35:07 +01:00
committed by Joram Wilander
parent 8d3cfc6ad7
commit dc24e91fae

View File

@@ -190,8 +190,8 @@
"SMTPPort": "2500",
"ConnectionSecurity": "",
"InviteSalt": "",
"SendPushNotifications": false,
"PushNotificationServer": "",
"SendPushNotifications": true,
"PushNotificationServer": "https://push-test.mattermost.com",
"PushNotificationContents": "generic",
"EnableEmailBatching": false,
"EmailBatchingBufferSize": 256,