fix: namespace config under protocol
This commit is contained in:
parent
8917be5077
commit
c7af6286ad
|
@ -36,7 +36,7 @@ func (s *S5Protocol) Initialize(config *viper.Viper, logger *zap.Logger) error {
|
||||||
HTTP: s5config.HTTPConfig{},
|
HTTP: s5config.HTTPConfig{},
|
||||||
}
|
}
|
||||||
|
|
||||||
pconfig := config.Sub("s5")
|
pconfig := config.Sub("protocol.s5")
|
||||||
|
|
||||||
if pconfig != nil {
|
if pconfig != nil {
|
||||||
err := pconfig.Unmarshal(cfg)
|
err := pconfig.Unmarshal(cfg)
|
||||||
|
|
Loading…
Reference in New Issue