forked from TrueCloudLab/frostfs-node
[#1170] neofs-adm: Update storage config template
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
6da8c6635f
commit
8054311eee
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ morph:
|
||||||
dial_timeout: 20s # timeout for side chain NEO RPC client connection
|
dial_timeout: 20s # timeout for side chain NEO RPC client connection
|
||||||
disable_cache: false # use TTL cache for side chain GET operations
|
disable_cache: false # use TTL cache for side chain GET operations
|
||||||
rpc_endpoint: # side chain N3 RPC endpoints
|
rpc_endpoint: # side chain N3 RPC endpoints
|
||||||
{{- range .MorphRPC }}
|
|
||||||
- https://{{.}}{{end}}
|
|
||||||
notification_endpoint: # side chain N3 RPC notification endpoints
|
|
||||||
{{- range .MorphRPC }}
|
{{- range .MorphRPC }}
|
||||||
- wss://{{.}}/ws{{end}}
|
- wss://{{.}}/ws{{end}}
|
||||||
{{if not .Relay }}
|
{{if not .Relay }}
|
||||||
|
|
Loading…
Reference in a new issue