1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Wind back some changes for configuration:

This commit is contained in:
David Bomba 2022-11-27 18:47:48 +11:00
parent 1dffb04d8c
commit b138630d39
2 changed files with 2 additions and 3 deletions

View File

@ -211,5 +211,4 @@ return [
'dev_mode' => env("YODLEE_DEV_MODE", false), 'dev_mode' => env("YODLEE_DEV_MODE", false),
'config_name' => env("YODLEE_CONFIG_NAME", false), 'config_name' => env("YODLEE_CONFIG_NAME", false),
], ],
'dbs' => ['db-ninja-01','db-ninja-02']
]; ];

View File

@ -67,7 +67,7 @@ return [
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'), 'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
'queue' => env('REDIS_QUEUE', 'default'), 'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 90000000, 'retry_after' => 90000000,
'block_for' => 1, 'block_for' => null,
'after_commit' => false, 'after_commit' => false,
], ],