mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
map: added toml
This commit is contained in:
16
bin/map/map_config.toml
Normal file
16
bin/map/map_config.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
## map configuration file
|
||||
##
|
||||
## Please make sure you go through all the settings so you can configure
|
||||
## map properly.
|
||||
|
||||
[[nodes]]
|
||||
node_id = "tcp://127.0.0.1:7777"
|
||||
|
||||
[[nodes]]
|
||||
node_id = "tcp://127.0.0.1:6666"
|
||||
|
||||
#[[nodes]]
|
||||
#node_id = ""
|
||||
|
||||
# TODO: RPC URL and node id should be distinct
|
||||
|
||||
Reference in New Issue
Block a user