seedd_config.toml 633 B

1234567891011121314151617181920212223242526272829303132
  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_sync"]
  12. #port = 33032
  13. #seeds = []
  14. #peers = []
  15. ## Per-network settings
  16. #[network."darkfid_consensus"]
  17. #port = 33033
  18. #seeds = []
  19. #peers = []
  20. #[network."ircd"]
  21. #port = 25551
  22. #seeds = []
  23. #peers = []
  24. #[network."taud"]
  25. #port = 23331
  26. #seeds = []
  27. #peers = []