lilith_config.toml
1 ## lilith 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 9 ## JSON-RPC settings 10 [rpc] 11 # JSON-RPC listen URL 12 rpc_listen = "tcp://127.0.0.1:18927" 13 14 # Disabled RPC methods 15 #rpc_disabled_methods = [] 16 17 ## Per-network settings 18 #[network."darkfid_testnet_v5"] 19 #accept_addrs = ["tcp+tls://0.0.0.0:8342"] 20 #seeds = [] 21 #peers = [] 22 #version = "0.5.0" 23 #localnet = false 24 #hostlist ="~/.local/share/darkfi/lilith/darkfid_sync/hostlist.tsv" 25 #datastore = "~/.local/share/darkfi/lilith/darkfid_sync" 26 27 #[network."darkirc_v5"] 28 #accept_addrs = ["tcp+tls://0.0.0.0:25551"] 29 #seeds = [] 30 #peers = [] 31 #version = "0.5.1" 32 #localnet = false 33 #datastore = "~/.local/share/darkfi/lilith/darkirc" 34 #hostlist ="~/.local/share/darkfi/lilith/darkirc/hostlist.tsv" 35 36 #[network."taud_v5"] 37 #accept_addrs = ["tcp+tls://0.0.0.0:23331"] 38 #seeds = [] 39 #peers = [] 40 #version = "0.5.0" 41 #localnet = false 42 #datastore = "~/.local/share/darkfi/lilith/taud" 43 #hostlist ="~/.local/share/darkfi/lilith/taud/hostlist.tsv"