Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
synchronize configuration with 0.37 version
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Nemirowski <[email protected]>
  • Loading branch information
532910 committed Jul 3, 2023
1 parent 9ea5b6b commit 22f23eb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ neofs_ir__validators:
- '031f4d9c66f2ec348832c48fd3a16dfaeb59e85f557ae1e07f6696d0375c64f97b'
neofs_ir__consensus_committee: '{{ neofs_ir__validators }}'

neofs_ir__mainnet_endpoints:
- address: 'ws://localhost:20332/ws'
neofs_ir__mainnet_endpoints: [ 'ws://localhost:20332/ws' ]

neofs_ir__morph_endpoints:
- address: 'ws://localhost:40332/ws'
neofs_ir__morph_endpoints: [ 'ws://localhost:40332/ws' ]

neofs_ir__external_sidechain: False
neofs_ir__sidechain_config:
Expand Down Expand Up @@ -118,8 +116,7 @@ neofs_ir__raw_config:
validators: '{{ neofs_ir__validators }}'

mainnet:
endpoint:
client: '{{ neofs_ir__mainnet_endpoints }}'
endpoints: '{{ neofs_ir__mainnet_endpoints }}'

node:
persistent_state:
Expand Down Expand Up @@ -167,8 +164,7 @@ neofs_ir__default_config:
- enabled: '{{ neofs_ir__external_sidechain }}'
options:
morph:
endpoint:
client: '{{ neofs_ir__morph_endpoints }}'
endpoints: '{{ neofs_ir__morph_endpoints }}'

- enabled: '{{ not neofs_ir__external_sidechain }}'
options:
Expand Down

0 comments on commit 22f23eb

Please sign in to comment.