Skip to content

Commit

Permalink
amd: Generate actual RPC config
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
  • Loading branch information
notimetoname committed Jun 21, 2023
1 parent 8093105 commit 227f6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/neofs-adm/internal/modules/storagecfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ control:
morph:
dial_timeout: 20s # timeout for side chain NEO RPC client connection
cache_ttl: 15s # use TTL cache for side chain GET operations
rpc_endpoint: # side chain N3 RPC endpoints
endpoints: # side chain N3 RPC endpoints
{{- range .MorphRPC }}
- address: wss://{{.}}/ws{{end}}
- wss://{{.}}/ws{{end}}
{{if not .Relay }}
storage:
shard_pool_size: 15 # size of per-shard worker pools used for PUT operations
Expand Down

0 comments on commit 227f6e1

Please sign in to comment.