Start your All-Access Pass to unlock this challenge
What's the best way to handle environment-specific configuration?
Create a config file for each environment that your application has e.g. config/packages/{env}/doctrine.yaml
config/packages/{env}/doctrine.yaml
There is no right answer
Create one config file and use the when@{env} syntax
when@{env}