Skip to content

Commit

Permalink
Remove APP_DEBUG from compose.override.dist.yml
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
rimas-kudelis authored Nov 7, 2024
1 parent 5b91cb5 commit f4abd4d
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 f4abd4d

Please sign in to comment.