1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

fixes for env

This commit is contained in:
paulwer 2023-12-13 15:45:27 +01:00
parent 8ba64bd435
commit 1d0506a832

View File

@ -219,8 +219,8 @@ return [
'config_name' => env("YODLEE_CONFIG_NAME", false),
],
'nordigen' => [
'client_id' => env('NORDIGEN_SECRET_ID', false),
'client_secret' => env('NORDIGEN_SECRET_KEY', false),
'secret_id' => env('NORDIGEN_SECRET_ID', false),
'secret_key' => env('NORDIGEN_SECRET_KEY', false),
'test_mode' => env("NORDIGEN_TEST_MODE", false),
],
'licenses' => env('LICENSES', false),