Skip to content

Commit 4354f50

Browse files
committed
Fixed: Debug mode is not enabled in dev container
1 parent 8fc1227 commit 4354f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.dev.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MYSQL_ROOT_PASSWORD=changeme1234
1111
# REQUIRED: BASIC APP SETTINGS
1212
# --------------------------------------------
1313
APP_ENV=develop
14-
APP_DEBUG=false
14+
APP_DEBUG=true
1515
# 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
1616
APP_KEY=base64:3ilviXqB9u6DX1NRcyWGJ+sjySF+H18CPDGb3+IVwMQ=
1717
APP_URL=http://localhost:8000

0 commit comments

Comments
 (0)