lilith_config.toml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 settings
  9. [rpc]
  10. # JSON-RPC listen URL
  11. rpc_listen = "tcp://127.0.0.1:18927"
  12. # Disabled RPC methods
  13. #rpc_disabled_methods = []
  14. ## Per-network settings
  15. #[network."darkfid_testnet_v5"]
  16. #accept_addrs = ["tcp+tls://0.0.0.0:8342"]
  17. #seeds = []
  18. #peers = []
  19. #version = "0.5.0"
  20. #localnet = false
  21. #hostlist ="~/.local/share/darkfi/lilith/darkfid_sync/hostlist.tsv"
  22. #datastore = "~/.local/share/darkfi/lilith/darkfid_sync"
  23. #[network."darkirc_v5"]
  24. #accept_addrs = ["tcp+tls://0.0.0.0:25551"]
  25. #seeds = []
  26. #peers = []
  27. #version = "0.5.1"
  28. #localnet = false
  29. #datastore = "~/.local/share/darkfi/lilith/darkirc"
  30. #hostlist ="~/.local/share/darkfi/lilith/darkirc/hostlist.tsv"
  31. #[network."taud_v5"]
  32. #accept_addrs = ["tcp+tls://0.0.0.0:23331"]
  33. #seeds = []
  34. #peers = []
  35. #version = "0.5.0"
  36. #localnet = false
  37. #datastore = "~/.local/share/darkfi/lilith/taud"
  38. #hostlist ="~/.local/share/darkfi/lilith/taud/hostlist.tsv"