Skip to content
Snippets Groups Projects
Commit 8d1f1c40 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix queue config

parent 5e7f8993
No related branches found
No related tags found
No related merge requests found
Pipeline #13400 passed
......@@ -15,7 +15,7 @@ return [
|
*/
'default' => env('QUEUE_DRIVER', 'sync'),
'default' => env('QUEUE_CONNECTION', 'sync'),
/*
|--------------------------------------------------------------------------
......
......@@ -27,7 +27,7 @@ MAIL_ENCRYPTION=tls
BROADCAST_DRIVER=log
CACHE_DRIVER=redis
QUEUE_driver=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis
REDIS_HOST=redis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment