diff --git a/raft_node_config.json b/raft_node_config.json new file mode 100644 index 0000000..da719f2 --- /dev/null +++ b/raft_node_config.json @@ -0,0 +1,14 @@ +{ + "raftPeers":[ + { + "id": "00000000000000000000000000000000000", + "host": "127.0.0.1", + "port": 7777 + }, + { + "id": "00000000000000000000000000000000000", + "host": "127.0.0.1", + "port": 7777 + } + ] +} \ No newline at end of file