mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for iOS push cert location
This commit is contained in:
parent
db52b92e78
commit
2074258d4e
@ -4,13 +4,13 @@ return [
|
|||||||
|
|
||||||
'devNinjaIOS' => [
|
'devNinjaIOS' => [
|
||||||
'environment' =>'development',
|
'environment' =>'development',
|
||||||
'certificate'=>app_path().'/certs/ninjaIOS.pem',
|
'certificate' =>storage_path().'/ninjaIOS.pem',
|
||||||
'passPhrase' =>'',
|
'passPhrase' =>'',
|
||||||
'service' =>'apns'
|
'service' =>'apns'
|
||||||
],
|
],
|
||||||
'ninjaIOS' => [
|
'ninjaIOS' => [
|
||||||
'environment' =>'production',
|
'environment' =>'production',
|
||||||
'certificate'=>app_path().'/certs/productionNinjaIOS.pem',
|
'certificate' =>storage_path().'/productionNinjaIOS.pem',
|
||||||
'passPhrase' =>'',
|
'passPhrase' =>'',
|
||||||
'service' =>'apns'
|
'service' =>'apns'
|
||||||
],
|
],
|
||||||
@ -20,4 +20,4 @@ return [
|
|||||||
'service' =>'gcm'
|
'service' =>'gcm'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user