faucetd_config.toml 443 B

1234567891011121314151617
  1. ## faucetd 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. # Wallet password
  10. wallet_pass = "changeme"
  11. # JSON-RPC listening url
  12. #rpc_listen = "tcp://127.0.0.1:5397"
  13. #rpc_listen = "tls://127.0.0.1:5397"