chore: change the defaults
This commit is contained in:
parent
27edc01912
commit
8f48ab6491
2 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ func FromFile(filename string) (Config, error) {
|
|||
return Config{}, fmt.Errorf("parse config file: %w", err)
|
||||
}
|
||||
|
||||
config := defaultConfig
|
||||
config := DefaultConfig
|
||||
config.Node.Merge(temp.Node)
|
||||
|
||||
if c := temp.Configs.Master; c != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue