lilith_config.toml 614 B

12345678910111213141516171819202122232425262728293031
  1. ## lilith 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 urls, common for all enabled networks
  9. #urls = ["tcp://127.0.0.1"]
  10. ## Per-network settings
  11. #[network."darkfid_sync"]
  12. #port = 33032
  13. #seeds = []
  14. #peers = []
  15. #[network."darkfid_consensus"]
  16. #port = 33033
  17. #seeds = []
  18. #peers = []
  19. #[network."ircd"]
  20. #port = 25551
  21. #seeds = []
  22. #peers = []
  23. #[network."taud"]
  24. #port = 23331
  25. #seeds = []
  26. #peers = []