feat: allow app debug on default install
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user