mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for env
This commit is contained in:
parent
8ba64bd435
commit
1d0506a832
@ -219,8 +219,8 @@ return [
|
|||||||
'config_name' => env("YODLEE_CONFIG_NAME", false),
|
'config_name' => env("YODLEE_CONFIG_NAME", false),
|
||||||
],
|
],
|
||||||
'nordigen' => [
|
'nordigen' => [
|
||||||
'client_id' => env('NORDIGEN_SECRET_ID', false),
|
'secret_id' => env('NORDIGEN_SECRET_ID', false),
|
||||||
'client_secret' => env('NORDIGEN_SECRET_KEY', false),
|
'secret_key' => env('NORDIGEN_SECRET_KEY', false),
|
||||||
'test_mode' => env("NORDIGEN_TEST_MODE", false),
|
'test_mode' => env("NORDIGEN_TEST_MODE", false),
|
||||||
],
|
],
|
||||||
'licenses' => env('LICENSES', false),
|
'licenses' => env('LICENSES', false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user