Skip to content

Commit

Permalink
add operator ID
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed May 7, 2024
1 parent 33bc1af commit 290251d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/scripts/create_domain_node_compose_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ if [ "${enable_domains}" == "true" ]; then
echo ' "--domain-id", "${DOMAIN_ID_AUTO}",'
echo ' "--state-pruning", "archive",'
echo ' "--blocks-pruning", "archive",'
echo ' "--operator-id", "0",'
echo ' "--listen-on", "/ip4/0.0.0.0/tcp/${OPERATOR_PORT}",'
echo ' "--rpc-cors", "all",'
echo ' "--rpc-listen-on", "0.0.0.0:7944",'
Expand Down

0 comments on commit 290251d

Please sign in to comment.