From eefe237dff4311ebfca4284c0b2b6b59318e420b Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 14 Nov 2024 02:10:21 -0600 Subject: [PATCH] feat: allow app debug on default install --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"