[#493] cmd/node: Use new config for control service configuration
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
c828848024
commit
44b19c145f
2 changed files with 3 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue