mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
config.json: do not enable APN by default
This commit is contained in:
parent
1a8f591251
commit
7f630f2b86
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
"LOGGLY_ACCOUNT": "account",
|
||||
"PUSH_CONFIGS": {
|
||||
"GCM_SERVER_API_KEY": "",
|
||||
"APN_ENABLED": "true",
|
||||
"APN_ENABLED": "false",
|
||||
"FCM_SERVER_API_KEY": ""
|
||||
},
|
||||
"PUSHER": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue