Merge pull request #3294 from MarkRedeman/master
Added QUEUE_DRIVER to .env.example
This commit is contained in:
commit
393569bfda
|
@ -9,6 +9,7 @@ DB_PASSWORD=secret
|
||||||
|
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
SESSION_DRIVER=file
|
SESSION_DRIVER=file
|
||||||
|
QUEUE_DRIVER=sync
|
||||||
|
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=smtp
|
||||||
MAIL_HOST=mailtrap.io
|
MAIL_HOST=mailtrap.io
|
||||||
|
|
Loading…
Reference in New Issue