lilith_config.toml 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. # Hosts .tsv file to use
  13. hosts_file="lilith_hosts.tsv"
  14. ## Per-network settings
  15. #[network."darkfid_sync"]
  16. #port = 33032
  17. #seeds = []
  18. #peers = []
  19. #localnet = true
  20. #channel_log = true
  21. #[network."darkfid_consensus"]
  22. #port = 33033
  23. #seeds = []
  24. #peers = []
  25. #localnet = true
  26. #channel_log = true
  27. #[network."darkirc"]
  28. #port = 25551
  29. #seeds = []
  30. #peers = []
  31. #localnet = true
  32. #channel_log = true
  33. #[network."taud"]
  34. #port = 23331
  35. #seeds = []
  36. #peers = []
  37. #localnet = true
  38. #channel_log = true
  39. [network."fud"]
  40. port = 13337
  41. #seeds = []
  42. #peers = []
  43. localnet = true
  44. channel_log = true