From dc24e91faeef117bcd0c8ce64519b0f2df96609e Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 31 Oct 2018 13:35:07 +0100 Subject: [PATCH] enable push notifications to use TPNS by default (#9774) --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index 6d428dd4a0..a5f89afefe 100644 --- a/config/default.json +++ b/config/default.json @@ -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,