Skip to content

Commit

Permalink
Migration to new configs: local-network
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Oct 25, 2024
1 parent 589d218 commit c253e07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions local-network/configs/wavesnode/units.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ units {
known-peers = [
"wavesnode-1:6865"
"wavesnode-2:6865"
"wavesnode-3:6865"
"wavesnode-4:6865"
# Uncomment only if have a waves node. Otherwise, nodes won't connect
# "wavesnode-3:6865"
# "wavesnode-4:6865"
]

enable-peers-exchange = off
peers-broadcast-interval = 1d
enable-peers-exchange = no
}

jwt-secret-file = "/etc/secrets/jwt-secret-"${NODE_NUMBER}".hex"
Expand Down
6 changes: 3 additions & 3 deletions local-network/configs/wavesnode/waves.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ waves {
known-peers = [
"wavesnode-1:6863"
"wavesnode-2:6863"
"wavesnode-3:6863"
"wavesnode-4:6863"
# Uncomment only if have a waves node. Otherwise, nodes won't connect
# "wavesnode-3:6863"
# "wavesnode-4:6863"
]

max-single-host-connections = 6
enable-peers-exchange = no
enable-blacklisting = no

Expand Down

0 comments on commit c253e07

Please sign in to comment.