mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-25 14:14:30 +00:00
Concatenate arrays in the config when loading multiple files
This commit is contained in:
@@ -96,6 +96,6 @@ impl Options {
|
||||
|
||||
configs
|
||||
.into_iter()
|
||||
.fold(base, |f, path| f.merge(Yaml::file(path)))
|
||||
.fold(base, |f, path| f.admerge(Yaml::file(path)))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user