Skip to content

Commit

Permalink
Fixed: Debug mode is not enabled in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouarTouati committed Dec 29, 2024
1 parent 8fc1227 commit 4354f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.dev.docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MYSQL_ROOT_PASSWORD=changeme1234
# REQUIRED: BASIC APP SETTINGS
# --------------------------------------------
APP_ENV=develop
APP_DEBUG=false
APP_DEBUG=true
# please regenerate the APP_KEY value by calling `docker-compose run --rm snipeit bash` and then `php artisan key:generate --show` and then copy paste the value here
APP_KEY=base64:3ilviXqB9u6DX1NRcyWGJ+sjySF+H18CPDGb3+IVwMQ=
APP_URL=http://localhost:8000
Expand Down

0 comments on commit 4354f50

Please sign in to comment.