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
We use several parameters_*.yml files based on environment and load a single parameters_base.yml file to avoid duplication of config settings. It seems ParameterHandler doesn't import this .yml file before comparison. Thus, it thinks there are settings that are needed, when they are actually set by the included file via the imports method.
Our parameters.yml:
imports:
- resource: parameters_base.yml
Could the imports/resources be parsed for additional config settings before the comparison?
The text was updated successfully, but these errors were encountered:
We use several
parameters_*.yml
files based on environment and load a singleparameters_base.yml
file to avoid duplication of config settings. It seems ParameterHandler doesn't import this .yml file before comparison. Thus, it thinks there are settings that are needed, when they are actually set by the included file via the imports method.Our parameters.yml:
Could the imports/resources be parsed for additional config settings before the comparison?
The text was updated successfully, but these errors were encountered: