lilith_config.toml 810 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 url, common for all enabled networks
  11. url = ["tls://127.0.0.1"]
  12. ## Per-network settings
  13. #[network."darkfid_sync"]
  14. #port = 33032
  15. #seeds = []
  16. #peers = []
  17. #localnet = true
  18. #[network."darkfid_consensus"]
  19. #port = 33033
  20. #seeds = []
  21. #peers = []
  22. #localnet = true
  23. #[network."ircd"]
  24. #port = 25551
  25. #seeds = []
  26. #peers = []
  27. #localnet = true
  28. #[network."taud"]
  29. #port = 23331
  30. #seeds = []
  31. #peers = []
  32. #localnet = true
  33. [network."fud"]
  34. port = 13337
  35. #seeds = []
  36. #peers = []
  37. localnet = true