Skip to content

Commit

Permalink
Create bootstrap-3-node-static-cluster.zellij.kdl
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Sep 26, 2024
1 parent 99e4d5f commit 9cf48ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions misc/bootstrap-3-node-static-cluster.zellij.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
layout {
pane split_direction="vertical" {
pane command="fish" {
args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60061 --web-server=127.0.0.1:8001"
}
pane command="fish" {
args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60062 --web-server=127.0.0.1:8002"
}
}
pane split_direction="vertical" {
pane command="fish" {
args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60063 --web-server=127.0.0.1:8003"
}
pane focus=true
}
}

0 comments on commit 9cf48ec

Please sign in to comment.