From bb58fc3bcc28aecd77cc12ebb40b935d8e3abc63 Mon Sep 17 00:00:00 2001 From: Raycho Mukelov Date: Fri, 8 Sep 2023 14:14:29 +0300 Subject: [PATCH] Fix --- raft_node_config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/raft_node_config.json b/raft_node_config.json index da719f2..726d5b0 100644 --- a/raft_node_config.json +++ b/raft_node_config.json @@ -3,12 +3,14 @@ { "id": "00000000000000000000000000000000000", "host": "127.0.0.1", - "port": 7777 + "port": 7777, + "friendly_name": "Raft Node 1" }, { "id": "00000000000000000000000000000000000", "host": "127.0.0.1", - "port": 7777 + "port": 7777, + "friendly_name": "Raft Node 1" } ] } \ No newline at end of file