diff --git a/.env b/.env index 081f0d6..087cf3a 100644 --- a/.env +++ b/.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. #=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.