map_config.toml 282 B

12345678910111213141516
  1. ## map configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## map properly.
  5. [[nodes]]
  6. node_id = "tcp://127.0.0.1:7777"
  7. [[nodes]]
  8. node_id = "tcp://127.0.0.1:6666"
  9. #[[nodes]]
  10. #node_id = ""
  11. # TODO: RPC URL and node id should be distinct