Added QUEUE_DRIVER to .env.example
This commit is contained in:
parent
6249969271
commit
43f66d5976
|
@ -9,6 +9,7 @@ DB_PASSWORD=secret
|
|||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
QUEUE_DRIVER=sync
|
||||
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=mailtrap.io
|
||||
|
|
Loading…
Reference in New Issue