fix:observatory not supported by multi-json

This commit is contained in:
Shelikhoo
2021-04-30 15:25:24 +01:00
parent 86a3ee249a
commit 347b0c3e85
+4
View File
@@ -415,6 +415,10 @@ func (c *Config) Override(o *Config, fn string) {
c.FakeDNS = o.FakeDNS
}
if o.Observatory != nil {
c.Observatory = o.Observatory
}
// deprecated attrs... keep them for now
if o.InboundConfig != nil {
c.InboundConfig = o.InboundConfig