rlnd_config.toml 697 B

1234567891011121314151617181920212223242526272829
  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. [rpc]
  12. # JSON-RPC listen URL
  13. rpc_listen = "tcp://127.0.0.1:25637"
  14. # Disabled RPC methods
  15. #rpc_disabled_methods = []
  16. # Publicly exposed JSON-RPC settings
  17. [public_rpc]
  18. # JSON-RPC listen URL
  19. rpc_listen = "tcp://127.0.0.1:25638"
  20. # Disabled RPC methods
  21. #rpc_disabled_methods = []
  22. # darkirc JSON-RPC endpoint
  23. endpoint = "tcp://127.0.0.1:26660"