From d2dc2210b9bb3f4aeb931651797d2095634e0b5d Mon Sep 17 00:00:00 2001 From: Raycho Mukelov Date: Fri, 8 Sep 2023 14:12:45 +0300 Subject: [PATCH] Add raft_node_config.json --- raft_node_config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 raft_node_config.json 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