add 'name' param to dnetview_config.toml

This commit is contained in:
lunar-mining
2022-03-19 07:13:00 +01:00
parent 344e06f7c8
commit f19aeeecc8

View File

@@ -4,13 +4,14 @@
## map properly.
[[nodes]]
name = "Node 1"
node_id = "tcp://127.0.0.1:8000"
[[nodes]]
name = "Node 2"
node_id = "tcp://127.0.0.1:7777"
#[[nodes]]
#node_id = ""
# TODO: RPC URL and node id should be distinct
[[nodes]]
name = "Node 3"
node_id = "tcp://127.0.0.1:1234"