Skip to content

Commit

Permalink
fix dal node service configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 11, 2024
1 parent 1cfa9fc commit 7e1fa21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/multi-node_multi-dal/overrides/services/dal.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--endpoint",
"http://127.0.0.1:8732",
"--producer-profiles=0",
"--public-addr=0.0.0.0:10734",
"--rpc-addr=0.0.0.0:10734",
"--net-addr=0.0.0.0:11734",
"--data-dir=/tezbox/context/data/dal1"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/multi-node_multi-dal/overrides/services/dal2.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--endpoint",
"http://127.0.0.1:8733",
"--producer-profiles=0",
"--public-addr=0.0.0.0:10735",
"--rpc-addr=0.0.0.0:10735",
"--net-addr=0.0.0.0:11735",
"--data-dir=/tezbox/context/data/dal2"
]
Expand Down
2 changes: 1 addition & 1 deletion samples/multi-node_multi-dal/overrides/services/dal3.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"--endpoint",
"http://127.0.0.1:8734",
"--producer-profiles=0",
"--public-addr=0.0.0.0:10736",
"--rpc-addr=0.0.0.0:10736",
"--net-addr=0.0.0.0:11736",
"--data-dir=/tezbox/context/data/dal3"
]
Expand Down

0 comments on commit 7e1fa21

Please sign in to comment.