-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
DefaultConfig() settings are loaded for every child config area:
flamingo/framework/config/area.go
Line 234 in 4227815
| if err := area.loadDefaultConfig(); err != nil { |
Doing so, a DefaultConfig defined in a Flamingo module loaded for a child area overwrites config values set in a root config*.yml file. IMO, the DefaultConfig() should only loaded before loading config values set explicitly in config*.yml files.
This issue was already discussed with @SchiffFlieger . Details can also be discussed with him.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels