Fix the BROADCAST_DRIVER setting in .env.docker

fixes #3597
pull/3657/head
Vyacheslav Karpukhin 3 years ago committed by GitHub
parent d744200545
commit 79fd482e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,8 +127,8 @@ LOG_CHANNEL=stderr
## Image
IMAGE_DRIVER=imagick
## Broadcasting
BROADCAST_DRIVER=log # log driver for local development
## Broadcasting: log driver for local development
BROADCAST_DRIVER=log
## Cache
CACHE_DRIVER=redis

Loading…
Cancel
Save