nim-raft/raft_node_config.json

14 lines
298 B
JSON
Raw Normal View History

2023-09-08 11:12:45 +00:00
{
"raftPeers":[
{
"id": "00000000000000000000000000000000000",
"host": "127.0.0.1",
"port": 7777
},
{
"id": "00000000000000000000000000000000000",
"host": "127.0.0.1",
"port": 7777
}
]
}