forked from TrueCloudLab/frostfs-node
[#304] cmd/neofs-node: Update morph endpoint config indent
Now it has symmetric indent for RPC and notification endpoints. ``` morph: rpc_endpoint: - http://seed1.neo.org:20333 - http://seed2.neo.org:20333 - http://seed3.neo.org:20333 notification_endpoint: - ws://seed1.neo.org:20333/ws - ws://seed-go.nspcc.ru:30333/ws dial_timeout: 10s ``` Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
842fb9248c
commit
ca225fa3e8
1 changed files with 3 additions and 3 deletions
|
@ -63,10 +63,10 @@ const (
|
|||
cfgReflectService = "grpc.enable_reflect_service"
|
||||
|
||||
// config keys for cfgMorph
|
||||
cfgMorphRPCAddress = "morph.endpoint"
|
||||
cfgMorphRPCAddress = "morph.rpc_endpoint"
|
||||
|
||||
cfgMorphNotifyRPCAddress = "morph.notification.endpoint"
|
||||
cfgMorphNotifyDialTimeout = "morph.notification.dial_timeout"
|
||||
cfgMorphNotifyRPCAddress = "morph.notification_endpoint"
|
||||
cfgMorphNotifyDialTimeout = "morph.dial_timeout"
|
||||
|
||||
// config keys for cfgAccounting
|
||||
cfgAccountingContract = "accounting.scripthash"
|
||||
|
|
Loading…
Reference in a new issue