feat: allow app debug on default install

This commit is contained in:
hackerESQ
2024-11-14 02:10:21 -06:00
parent 8d4e004177
commit eefe237dff
+1 -1
View File
@@ -1,7 +1,7 @@
APP_NAME=Investbrain APP_NAME=Investbrain
APP_ENV=production APP_ENV=production
APP_KEY= APP_KEY=
APP_DEBUG=false APP_DEBUG=true
APP_TIMEZONE=UTC APP_TIMEZONE=UTC
APP_PORT=8000 APP_PORT=8000
APP_URL="http://localhost:${APP_PORT}" APP_URL="http://localhost:${APP_PORT}"