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