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

Commit

Permalink
var rename
Browse files Browse the repository at this point in the history
  • Loading branch information
532910 committed Jun 7, 2023
1 parent 92f3748 commit ca8d4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ neofs_ir__morph_endpoints:
- address: 'ws://localhost:40332/ws'

neofs_ir__external_sidechain: False
neofs_ir__internal_sidechain_config:
neofs_ir__sidechain_config:
magic: '{{ neofs_ir__blockchain_magic }}'
committee: '{{ neofs_ir__consensus_committee }}'
storage:
Expand Down Expand Up @@ -171,7 +171,7 @@ neofs_ir__default_config:
- enabled: '{{ not neofs_ir__external_sidechain }}'
options:
morph:
consensus: '{{ neofs_ir__internal_sidechain_config }}'
consensus: '{{ neofs_ir__sidechain_config }}'

- enabled: '{{ neofs_ir__control_enabled }}'
options:
Expand Down

0 comments on commit ca8d4d5

Please sign in to comment.