Skip to content

Commit

Permalink
Remove APP_DEBUG from compose.override.dist.yml (#1067)
Browse files Browse the repository at this point in the history
This env variable can be set via `.env` and `.env.*`, and is already
being set that way. Specifying it here not only makes it redundant, but
also disables the logic of this value being dynamically assigned
depending on `APP_ENV`
  • Loading branch information
GSadee authored Nov 8, 2024
2 parents 5b91cb5 + f4abd4d commit 55f4a85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compose.override.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
condition: service_healthy
environment:
# You can move these environment variables to your .env.local file
APP_DEBUG: 0
APP_ENV: ${ENV:-prod}
APP_SECRET: EDITME
DATABASE_URL: "mysql://root@mysql/sylius_%kernel.environment%"
Expand Down

0 comments on commit 55f4a85

Please sign in to comment.