From 8054311eee4a2bbb5ccf21ff76e612c182f117e6 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 8 Apr 2022 16:16:35 +0300 Subject: [PATCH] [#1170] neofs-adm: Update storage config template Signed-off-by: Alex Vanin --- cmd/neofs-adm/internal/modules/storagecfg/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/neofs-adm/internal/modules/storagecfg/config.go b/cmd/neofs-adm/internal/modules/storagecfg/config.go index 6ba1658ab..607f66f40 100644 --- a/cmd/neofs-adm/internal/modules/storagecfg/config.go +++ b/cmd/neofs-adm/internal/modules/storagecfg/config.go @@ -39,9 +39,6 @@ morph: dial_timeout: 20s # timeout for side chain NEO RPC client connection disable_cache: false # use TTL cache for side chain GET operations rpc_endpoint: # side chain N3 RPC endpoints - {{- range .MorphRPC }} - - https://{{.}}{{end}} - notification_endpoint: # side chain N3 RPC notification endpoints {{- range .MorphRPC }} - wss://{{.}}/ws{{end}} {{if not .Relay }}