Skip to content

Commit

Permalink
Merge pull request #27 from langleyfoxall/fix/env-example-queue-driver
Browse files Browse the repository at this point in the history
Fix: Update queue driver env example key name
  • Loading branch information
Rob Milward authored Apr 17, 2019
2 parents 92da714 + 47b6b62 commit b8021cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ DB_PASSWORD=secret

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
Expand Down

0 comments on commit b8021cc

Please sign in to comment.