drk.toml 555 B

123456789101112131415161718192021
  1. ## drk 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. # Blockchain network to use
  9. network = "localnet"
  10. # Localnet blockchain network configuration
  11. [network_config."localnet"]
  12. # Path to wallet database
  13. wallet_path = "drk/wallet.db"
  14. # Password for the wallet database
  15. wallet_pass = "testing"
  16. # darkfid JSON-RPC endpoint
  17. endpoint = "tcp://127.0.0.1:48240"