Skip to content

Commit

Permalink
turn on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz committed May 28, 2024
1 parent a4dcb8a commit fbab413
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .env.cypress
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_NAME=notaR
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_DEBUG=true
APP_URL=http://0.0.0.0:8000
APP_SCHEME=http
APP_SERVICE=app
Expand All @@ -23,14 +23,5 @@ QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

WWWUSER=1000
WWWGROUP=1000

0 comments on commit fbab413

Please sign in to comment.