explorerd_config.toml 596 B

123456789101112131415161718192021222324
  1. ## explorerd 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. # Path to daemon database
  9. db_path = "~/.local/share/darkfi/explorerd/daemon.db"
  10. # Password for the daemon database
  11. db_pass = "changeme"
  12. # darkfid JSON-RPC endpoint
  13. endpoint = "tcp://127.0.0.1:8340"
  14. # JSON-RPC settings
  15. [rpc]
  16. # JSON-RPC listen URL
  17. rpc_listen = "tcp://127.0.0.1:14567"
  18. # Disabled RPC methods
  19. #rpc_disabled_methods = []