DigitalState/Core

Configs should be loaded with parameters.yml values by default?

StephenOTT opened this issue · 1 comments

Do all parameters that are in the yml file get loaded into the configs/db on system load?

No.
Configs are values stored in the database, and falls back to a symfony parameter value when requested if it exists.