mirror of
https://github.com/status-im/nim-raft.git
synced 2025-02-17 23:57:19 +00:00
Add raft_node_config.json
This commit is contained in:
parent
21730c2283
commit
d2dc2210b9
14
raft_node_config.json
Normal file
14
raft_node_config.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"raftPeers":[
|
||||||
|
{
|
||||||
|
"id": "00000000000000000000000000000000000",
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": 7777
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "00000000000000000000000000000000000",
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": 7777
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user