From 6ea7eaa65e6e0ef643d51bbbc47c3e3db344e06f Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Sat, 19 Feb 2022 11:09:54 +0100 Subject: [PATCH] map: added toml --- bin/map/map_config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bin/map/map_config.toml diff --git a/bin/map/map_config.toml b/bin/map/map_config.toml new file mode 100644 index 000000000..79ed503f6 --- /dev/null +++ b/bin/map/map_config.toml @@ -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 +