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.
11 lines
437 B
11 lines
437 B
# Warning: it's not recommended to modify these files directly. Any
|
|
# modifications you make can break the functionality of your umbrel. These files
|
|
# are automatically reset with every Umbrel update.
|
|
|
|
log_filters = "INFO"
|
|
network = "bitcoin"
|
|
db_dir = "/data/db"
|
|
daemon_rpc_addr = "<bitcoin-ip>:<port>"
|
|
daemon_p2p_addr = "<bitcoin-ip>:<bitcoin-p2p-port>"
|
|
electrum_rpc_addr = "0.0.0.0:<electrum-port>"
|
|
server_banner = "Umbrel v<version>"
|
|
|