lilith_config.toml 933 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. # These should be without a port.
  12. accept_addrs = [
  13. "tcp://0.0.0.0",
  14. "tcp://[::]",
  15. "tcp+tls://0.0.0.0",
  16. "tcp+tls://[::]",
  17. ]
  18. # Hosts .tsv file to use
  19. #hosts_file="~/.config/darkfi/lilith_hosts.tsv"
  20. ## Per-network settings
  21. #[network."darkfid_sync"]
  22. #port = 33032
  23. #seeds = []
  24. #peers = []
  25. #localnet = false
  26. #[network."darkfid_consensus"]
  27. #port = 33033
  28. #seeds = []
  29. #peers = []
  30. #localnet = false
  31. #[network."ircd"]
  32. #port = 25551
  33. #seeds = []
  34. #peers = []
  35. #localnet = false
  36. #[network."taud"]
  37. #port = 23331
  38. #seeds = []
  39. #peers = []
  40. #localnet = false