Update .env to productions too

This commit is contained in:
CLN 2023-09-24 14:12:49 +02:00 committed by GitHub
parent 0dcb1c89ba
commit 97a78f3b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.env
View File

@ -40,9 +40,9 @@ ENABLE_BUTTON_EDITOR=true
#Debug Settings=Changes if your page should display a full error description instead of a generic error 500.
#=App_debug either true or false. You might want to change this to false after you're done installing, but it's very useful for troubleshooting.
APP_DEBUG=true
APP_DEBUG=false
#=App_env either local or production. Change this to production if you set the value above to false.
APP_ENV=local
APP_ENV=production
LOG_CHANNEL=stack
LOG_LEVEL=debug
#=Disables all routes and displays a Maintenance placeholder page.