rlnd_config.toml 708 B

123456789101112131415161718192021222324252627
  1. ## rlnd 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 the database directory
  9. database = "~/.local/share/darkfi/rlnd"
  10. # Private JSON-RPC settings
  11. # JSON-RPC listen URL
  12. private_rpc_listen = "tcp://127.0.0.1:25637"
  13. # Disabled RPC methods
  14. #private_rpc_disabled_methods = []
  15. # Publicly exposed JSON-RPC settings
  16. # JSON-RPC listen URL
  17. public_rpc_listen = "tcp://127.0.0.1:25638"
  18. # Disabled RPC methods
  19. #public_rpc_disabled_methods = []
  20. # darkirc JSON-RPC endpoint
  21. endpoint = "tcp://127.0.0.1:26660"