[#493] cmd/node: Use new config for control service configuration

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-06-01 16:34:14 +03:00 committed by Alex Vanin
parent c828848024
commit 44b19c145f
2 changed files with 3 additions and 13 deletions

View file

@ -389,8 +389,6 @@ func defaultConfiguration(v *viper.Viper) {
v.SetDefault(cfgReplicatorPutTimeout, 5*time.Second)
v.SetDefault(cfgObjectPutPoolSize, 10)
v.SetDefault(cfgCtrlSvcAuthorizedKeys, []string{})
}
func (c *cfg) LocalAddress() *network.Address {