Add raft_node_config.json

This commit is contained in:
Raycho Mukelov 2023-09-08 14:12:45 +03:00
parent 21730c2283
commit d2dc2210b9
1 changed files with 14 additions and 0 deletions

14
raft_node_config.json Normal file
View File

@ -0,0 +1,14 @@
{
"raftPeers":[
{
"id": "00000000000000000000000000000000000",
"host": "127.0.0.1",
"port": 7777
},
{
"id": "00000000000000000000000000000000000",
"host": "127.0.0.1",
"port": 7777
}
]
}