mirror of https://github.com/lukechilds/umbrel.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
228 B
7 lines
228 B
4 years ago
|
verbose = 4
|
||
|
network = "bitcoin" # TODO: Inject network
|
||
|
db_dir = "/data/db"
|
||
|
daemon_rpc_addr = "10.11.1.1:8332" # TODO: Inject RPC port
|
||
|
electrum_rpc_addr = "0.0.0.0:50001"
|
||
|
server_banner = "Umbrel <version>" # TODO: Inject version
|