From 7f630f2b868f9ec0c622f0850d029f87fe889bf6 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Tue, 7 Mar 2017 14:19:27 +0100 Subject: [PATCH] config.json: do not enable APN by default --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 9e5debf1a2..18264f6ff0 100644 --- a/config.json.example +++ b/config.json.example @@ -73,7 +73,7 @@ "LOGGLY_ACCOUNT": "account", "PUSH_CONFIGS": { "GCM_SERVER_API_KEY": "", - "APN_ENABLED": "true", + "APN_ENABLED": "false", "FCM_SERVER_API_KEY": "" }, "PUSHER": {