mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
40 lines
758 B
TOML
40 lines
758 B
TOML
## lilith 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:18927"
|
|
|
|
# Daemon published urls, common for all enabled networks
|
|
urls = ["tcp://127.0.0.1"]
|
|
|
|
# Hosts .tsv file to use
|
|
hosts_file="lilith_hosts.tsv"
|
|
|
|
## Per-network settings
|
|
[network."darkfid_sync"]
|
|
port = 33032
|
|
#seeds = []
|
|
#peers = []
|
|
localnet = true
|
|
|
|
[network."darkfid_consensus"]
|
|
port = 33033
|
|
#seeds = []
|
|
#peers = []
|
|
localnet = true
|
|
|
|
#[network."ircd"]
|
|
#port = 25551
|
|
#seeds = []
|
|
#peers = []
|
|
|
|
#[network."taud"]
|
|
#port = 23331
|
|
#seeds = []
|
|
#peers = []
|