config.json: do not enable APN by default

This commit is contained in:
Matteo Pagliazzi 2017-03-07 14:19:27 +01:00
parent 1a8f591251
commit 7f630f2b86

View file

@ -73,7 +73,7 @@
"LOGGLY_ACCOUNT": "account",
"PUSH_CONFIGS": {
"GCM_SERVER_API_KEY": "",
"APN_ENABLED": "true",
"APN_ENABLED": "false",
"FCM_SERVER_API_KEY": ""
},
"PUSHER": {