lilith_config.toml 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # Hosts .tsv file to use
  11. #hosts_file="~/.config/darkfi/lilith_hosts.tsv"
  12. ## Per-network settings
  13. #[network."darkfid_sync_v4"]
  14. #accept_addrs = ["tcp+tls://0.0.0.0:33022"]
  15. #seeds = []
  16. #peers = []
  17. #version = "0.4.1"
  18. #localnet = false
  19. #[network."darkfid_consensus_v4"]
  20. #accept_addrs = ["tcp+tls://0.0.0.0:33023"]
  21. #seeds = []
  22. #peers = []
  23. #version = "0.4.1"
  24. #localnet = false
  25. #[network."darkirc_v4"]
  26. #accept_addrs = ["tcp+tls://0.0.0.0:25551"]
  27. #seeds = []
  28. #peers = []
  29. #version = "0.4.1"
  30. #localnet = false
  31. #[network."taud_v4"]
  32. #accept_addrs = ["tcp+tls://0.0.0.0:23331"]
  33. #seeds = []
  34. #peers = []
  35. #version = "0.4.1"
  36. #localnet = false