Configs should be loaded with parameters.yml values by default?
StephenOTT opened this issue · 1 comments
StephenOTT commented
Do all parameters that are in the yml file get loaded into the configs/db on system load?
marioprudhomme commented
No.
Configs are values stored in the database, and falls back to a symfony parameter value when requested if it exists.