mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
fix env variable (#1270)
This commit is contained in:
parent
ccf6a6ed96
commit
403fe772b0
@ -16,7 +16,7 @@ return [
|
|||||||
],
|
],
|
||||||
'ninjaAndroid' => [
|
'ninjaAndroid' => [
|
||||||
'environment' =>'production',
|
'environment' =>'production',
|
||||||
'apiKey' =>env(FCM_API_TOKEN),
|
'apiKey' =>env('FCM_API_TOKEN'),
|
||||||
'service' =>'fcm'
|
'service' =>'fcm'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user