Skip to content

DefaultConfig overwrites config*.yml settings #264

Open
@mkrill

Description

DefaultConfig() settings are loaded for every child config area:

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions