lilith_config.toml 897 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. # Hosts .tsv file to use
  13. #hosts_file="~/.config/darkfi/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."ircd"]
  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