| 123456789101112131415161718192021222324252627 |
- ## rlnd configuration file
- ##
- ## Please make sure you go through all the settings so you can configure
- ## your daemon properly.
- ##
- ## The default values are left commented. They can be overridden either by
- ## uncommenting, or by using the command-line.
- # Path to the database directory
- database = "~/.local/share/darkfi/rlnd"
- # Private JSON-RPC settings
- # JSON-RPC listen URL
- private_rpc_listen = "tcp://127.0.0.1:25637"
- # Disabled RPC methods
- #private_rpc_disabled_methods = []
- # Publicly exposed JSON-RPC settings
- # JSON-RPC listen URL
- public_rpc_listen = "tcp://127.0.0.1:25638"
- # Disabled RPC methods
- #public_rpc_disabled_methods = []
- # darkirc JSON-RPC endpoint
- endpoint = "tcp://127.0.0.1:26660"
|