Fix for iOS push cert location
This commit is contained in:
parent
db52b92e78
commit
2074258d4e
1 changed files with 3 additions and 3 deletions
|
|
@ -4,13 +4,13 @@ return [
|
|||
|
||||
'devNinjaIOS' => [
|
||||
'environment' =>'development',
|
||||
'certificate'=>app_path().'/certs/ninjaIOS.pem',
|
||||
'certificate' =>storage_path().'/ninjaIOS.pem',
|
||||
'passPhrase' =>'',
|
||||
'service' =>'apns'
|
||||
],
|
||||
'ninjaIOS' => [
|
||||
'environment' =>'production',
|
||||
'certificate'=>app_path().'/certs/productionNinjaIOS.pem',
|
||||
'certificate' =>storage_path().'/productionNinjaIOS.pem',
|
||||
'passPhrase' =>'',
|
||||
'service' =>'apns'
|
||||
],
|
||||
|
|
@ -20,4 +20,4 @@ return [
|
|||
'service' =>'gcm'
|
||||
]
|
||||
|
||||
];
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue