mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
20 lines
539 B
TOML
20 lines
539 B
TOML
## blockchain-explorer 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.
|
|
|
|
# JSON-RPC listen URL
|
|
rpc_listen = "tcp://127.0.0.1:14567"
|
|
|
|
# Path to daemon database
|
|
db_path = "~/.local/share/darkfi/blockchain-explorer/daemon.db"
|
|
|
|
# Password for the daemon database
|
|
db_pass = "changeme"
|
|
|
|
# darkfid JSON-RPC endpoint
|
|
endpoint = "tcp://127.0.0.1:8340"
|