lilith_config.toml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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 url, common for all enabled networks
  9. url = ["tls://127.0.0.1"]
  10. # Hosts .tsv file to use
  11. hosts_file="lilith_hosts.tsv"
  12. # JSON-RPC settings
  13. [rpc]
  14. # JSON-RPC listen URL
  15. rpc_listen = "tcp://127.0.0.1:18927"
  16. # Disabled RPC methods
  17. #rpc_disabled_methods = []
  18. ## Per-network settings
  19. #[network."darkfid_sync"]
  20. #port = 33032
  21. #seeds = []
  22. #peers = []
  23. #localnet = true
  24. #channel_log = true
  25. #[network."darkfid_consensus"]
  26. #port = 33033
  27. #seeds = []
  28. #peers = []
  29. #localnet = true
  30. #channel_log = true
  31. #[network."darkirc"]
  32. #port = 25551
  33. #seeds = []
  34. #peers = []
  35. #localnet = true
  36. #channel_log = true
  37. #[network."taud"]
  38. #port = 23331
  39. #seeds = []
  40. #peers = []
  41. #localnet = true
  42. #channel_log = true
  43. [network."fud"]
  44. port = 13337
  45. #seeds = []
  46. #peers = []
  47. localnet = true
  48. channel_log = true