lilith_config.toml 796 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="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. #[network."taud"]
  32. #port = 23331
  33. #seeds = []
  34. #peers = []