Set default env name to "production" and debug to false

This commit is contained in:
Nabeel Shahzad
2021-05-29 18:13:36 -04:00
parent a2f91b6754
commit 97f095e4e9
3 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -16,8 +16,10 @@ APP_KEY='$APP_KEY$'
APP_NAME='$SITE_NAME$'
SITE_NAME='$SITE_NAME$'
APP_URL='$APP_URL$'
APP_ENV=$APP_ENV$
APP_LOCALE=$APP_LOCALE$
# When live, this should be "production". If testing locally, you can use "local"
APP_ENV=$APP_ENV$
LOG_LEVEL=debug
APP_DEBUG=$APP_DEBUG$
DEBUG_TOOLBAR=$DEBUG_TOOLBAR$