Update .env to productions too
This commit is contained in:
parent
0dcb1c89ba
commit
97a78f3b51
4
.env
4
.env
|
@ -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.
|
#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 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 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_CHANNEL=stack
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
#=Disables all routes and displays a Maintenance placeholder page.
|
#=Disables all routes and displays a Maintenance placeholder page.
|
||||||
|
|
Loading…
Reference in New Issue