config(queue): default to redis driver

Updates the default `QUEUE_CONNECTION` value to be `redis`
instead of `sync`.  This can cause problems if users skip
the initial setup or select the prefilled options rather
than the recommended ones.

Closes #4660
This commit is contained in:
Matthew Penner 2023-01-24 13:48:34 -07:00
parent fbdac5b63f
commit a27ea3d1bc
No known key found for this signature in database

View file

@ -23,7 +23,7 @@ REDIS_PASSWORD=null
REDIS_PORT=6379
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
QUEUE_CONNECTION=redis
SESSION_DRIVER=file
HASHIDS_SALT=