fud_config0.toml 734 B

12345678910111213141516171819202122232425262728293031323334
  1. ## fud configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. ##
  6. ## The default values are left commented. They can be overridden either by
  7. ## uncommenting, or by using the command-line.
  8. # Path to the contents directory
  9. folder = "fud0"
  10. # JSON-RPC listen URL
  11. rpc_listen = "tls://127.0.0.1:13338"
  12. # P2P accept address
  13. p2p_accept = ["tls://127.0.0.1:13339"]
  14. # P2P external address
  15. p2p_external = ["tls://127.0.0.1:13339"]
  16. # Connection slots
  17. #slots = 8
  18. # Seed nodes to connect to
  19. seeds = ["tcp://127.0.0.1:13337"]
  20. # Peers to connect to
  21. #peers = []
  22. # Prefered transports for outbound connections
  23. #transports = ["tls", "tcp"]
  24. # Enable localnet hosts
  25. localnet = true