You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
Wise is modeled after how Symfony handles configuration settings, and I'm not sure how they handle this particular situation. However, what I do know is that this does not follow Symfony's configuration conventions. The "normal" way of overriding parameters is by loading them like this:
If I want to overwrite partial data from an imported resource, I need to list that file first, which is confusing.
For example, if I want to overwrite "parameters.yml::key2" from file "parameters_dev.yml", at this point in time I should do it like this:
I would expect that
parameters_dev.yml
to be listed in config.yml afterparameters.yml
:The text was updated successfully, but these errors were encountered: