Enable debug mode: Change APP_ENV to local for better error visibility
This commit is contained in:
parent
d36aa2a47d
commit
ed43ef5622
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
|
@ -1,5 +1,5 @@
|
|||
APP_NAME="MAD Lawsuit v2.0"
|
||||
APP_ENV=production
|
||||
APP_ENV=local
|
||||
APP_KEY=base64:dUzoSQvI3yjuaq3Sj6XMMpHw/1v/zPFRzwO6WzeADaQ=
|
||||
APP_DEBUG=true
|
||||
APP_TIMEZONE=UTC
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue