Wind back some changes for configuration:
This commit is contained in:
parent
1dffb04d8c
commit
b138630d39
2 changed files with 2 additions and 3 deletions
|
|
@ -211,5 +211,4 @@ return [
|
|||
'dev_mode' => env("YODLEE_DEV_MODE", false),
|
||||
'config_name' => env("YODLEE_CONFIG_NAME", false),
|
||||
],
|
||||
'dbs' => ['db-ninja-01','db-ninja-02']
|
||||
];
|
||||
];
|
||||
|
|
@ -67,7 +67,7 @@ return [
|
|||
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
|
||||
'queue' => env('REDIS_QUEUE', 'default'),
|
||||
'retry_after' => 90000000,
|
||||
'block_for' => 1,
|
||||
'block_for' => null,
|
||||
'after_commit' => false,
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue