| 1234567891011121314151617181920212223242526272829 |
- ## 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
- [rpc]
- # JSON-RPC listen URL
- rpc_listen = "tcp://127.0.0.1:25637"
- # Disabled RPC methods
- #rpc_disabled_methods = []
- # Publicly exposed JSON-RPC settings
- [public_rpc]
- # JSON-RPC listen URL
- rpc_listen = "tcp://127.0.0.1:25638"
- # Disabled RPC methods
- #rpc_disabled_methods = []
- # darkirc JSON-RPC endpoint
- endpoint = "tcp://127.0.0.1:26660"
|