drk_config.toml 390 B

12345678910111213
  1. ## drk client configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your client properly.
  5. # The RPC endpoint where darkfid is listening on
  6. [darkfid_rpc_url]
  7. url = "tcp://127.0.0.1:8000"
  8. #url = "tls://127.0.0.1:8000"
  9. # Socks5 server url. eg. `socks5://127.0.0.1:9050` used for tor and nym protocols
  10. [socks_url]
  11. url = "socks5://127.0.0.1:9050"