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
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.
The text was updated successfully, but these errors were encountered:
DefaultConfig() settings are loaded for every child config area:
flamingo/framework/config/area.go
Line 234 in 4227815
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.
The text was updated successfully, but these errors were encountered: