Add raft_node_config.json
This commit is contained in:
parent
21730c2283
commit
d2dc2210b9
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"raftPeers":[
|
||||
{
|
||||
"id": "00000000000000000000000000000000000",
|
||||
"host": "127.0.0.1",
|
||||
"port": 7777
|
||||
},
|
||||
{
|
||||
"id": "00000000000000000000000000000000000",
|
||||
"host": "127.0.0.1",
|
||||
"port": 7777
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue