Skip to content

Commit 536409c

Browse files
authored
set queue driver to database
1 parent 3f642a6 commit 536409c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/etc/cont-init.d/50-config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mkdir -p \
77
# copy .env if not exists
88
[[ ! -f /config/www/.env ]] && \
99
cp /var/www/localhost/heimdall/.env /config/www/.env
10+
# set queue driver to database
11+
sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env
1012

1113
# create symlinks
1214

0 commit comments

Comments
 (0)