diff --git a/.env.example b/.env.example index 7309216..c7ebf61 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ APP_NAME=Investbrain APP_ENV=production APP_KEY= -APP_DEBUG=false +APP_DEBUG=true APP_TIMEZONE=UTC APP_PORT=8000 APP_URL="http://localhost:${APP_PORT}"