updated config

This commit is contained in:
Denis Duliçi
2022-01-15 13:09:34 +03:00
parent e4f48905e0
commit 4703317cb6
3 changed files with 23 additions and 7 deletions

View File

@ -65,7 +65,7 @@ return [
'redis' => [
'driver' => 'redis',
'connection' => 'default',
'connection' => env('REDIS_QUEUE_CONNECTION', 'queue'),
'queue' => env('REDIS_QUEUE', 'default'),
'retry_after' => 90,
'block_for' => null,