Skip to content

Commit

Permalink
fix neofs blockfetcher addresses: add grpcs prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Sеrgiо Nеmirоwski <[email protected]>
  • Loading branch information
Sеrgiо Nеmirоwski committed Dec 4, 2024
1 parent 3602010 commit 6a095b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ neogo__pprof_host_allow: []

neogo__neofs_blockfetcher_enabled: False
neogo__neofs_blockfetcher_addresses:
- st1.storage.fs.neo.org:443
- st2.storage.fs.neo.org:443
- st3.storage.fs.neo.org:443
- st4.storage.fs.neo.org:443
- grpcs://st1.storage.fs.neo.org:443
- grpcs://st2.storage.fs.neo.org:443
- grpcs://st3.storage.fs.neo.org:443
- grpcs://st4.storage.fs.neo.org:443
neogo__neofs_blockfetcher_container_id: '{{ neogo__network_type_settings[neogo__network_type].neofs_blockfetcher_container_id }}'


Expand Down

0 comments on commit 6a095b0

Please sign in to comment.