darkfid_config.toml 399 B

1234567891011121314
  1. ## darkfid configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. # Path to the client database
  6. #database_path = "~/.config/darkfi/darkfid_client.db"
  7. # Path to the wallet database
  8. #wallet_path = "~/.config/darkfi/darkfid_wallet.db"
  9. # JSON-RPC listening url
  10. #rpc_listen = "tcp://127.0.0.1:5397"
  11. #rpc_listen = "tls://127.0.0.1:5397"