lilith_config.toml 817 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. #[network."darkfid_consensus"]
  21. #port = 33033
  22. #seeds = []
  23. #peers = []
  24. #localnet = true
  25. #[network."ircd"]
  26. #port = 25551
  27. #seeds = []
  28. #peers = []
  29. #localnet = true
  30. #[network."taud"]
  31. #port = 23331
  32. #seeds = []
  33. #peers = []
  34. #localnet = true