debug to false

This commit is contained in:
Manuel Riel 2022-03-13 20:19:24 +00:00
parent 4e661682c2
commit 416d28c3df

2
run.sh
View File

@ -3,7 +3,7 @@
# TODO: global env vars aren't used. # TODO: global env vars aren't used.
cat > /app/.env.production << EOF cat > /app/.env.production << EOF
APP_NAME=MyIdlers APP_NAME=MyIdlers
APP_DEBUG=true APP_DEBUG=false
APP_KEY= APP_KEY=
DB_CONNECTION=mysql DB_CONNECTION=mysql