lilith_config.toml 675 B

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