seedd_config.toml 531 B

1234567891011121314151617181920212223242526
  1. ## seedd 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. # Daemon published url, common for all enabled networks
  9. #url = "tcp://127.0.0.1"
  10. ## Per-network settings
  11. #[network."darkfid"]
  12. #port = 7650
  13. #seeds = []
  14. #peers = []
  15. #[network."ircd"]
  16. #port = 8760
  17. #seeds = []
  18. #peers = []
  19. #[network."taud"]
  20. #port = 9870
  21. #seeds = []
  22. #peers = []