Skip to content

Commit

Permalink
fix multi node multi dal sample
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 14, 2024
1 parent 7e1fa21 commit 8d8be16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion samples/multi-node_multi-dal/overrides/services/dal.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"--producer-profiles=0",
"--rpc-addr=0.0.0.0:10734",
"--net-addr=0.0.0.0:11734",
"--data-dir=/tezbox/context/data/dal1"
"--data-dir=/tezbox/context/data/dal1",
"--peers=127.0.0.1:11735,127.0.0.1:11736"
]
}
5 changes: 3 additions & 2 deletions samples/multi-node_multi-dal/overrides/services/dal2.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"run",
"--endpoint",
"http://127.0.0.1:8733",
"--producer-profiles=0",
"--observer-profiles=0",
"--rpc-addr=0.0.0.0:10735",
"--net-addr=0.0.0.0:11735",
"--data-dir=/tezbox/context/data/dal2"
"--data-dir=/tezbox/context/data/dal2",
"--peers=127.0.0.1:11734,127.0.0.1:11736"
]
}
5 changes: 3 additions & 2 deletions samples/multi-node_multi-dal/overrides/services/dal3.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"run",
"--endpoint",
"http://127.0.0.1:8734",
"--producer-profiles=0",
"--observer-profiles=0",
"--rpc-addr=0.0.0.0:10736",
"--net-addr=0.0.0.0:11736",
"--data-dir=/tezbox/context/data/dal3"
"--data-dir=/tezbox/context/data/dal3",
"--peers=127.0.0.1:11734,127.0.0.1:11735"
]
}

0 comments on commit 8d8be16

Please sign in to comment.