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.
29 lines
525 B
29 lines
525 B
# Note: all values used in this file are defaults that are used if nothing is provided
|
|
|
|
port = 8181
|
|
static-dir = "/lncm/www/"
|
|
log-file = "/lncm/invoicer.log"
|
|
ln-client = "lnd"
|
|
|
|
off-chain-only = false
|
|
|
|
[bitcoind]
|
|
host = "localhost"
|
|
port = 8332
|
|
user = "lncm"
|
|
pass = "RPCPASS"
|
|
|
|
[lnd]
|
|
host = "localhost"
|
|
port = 10009
|
|
tls = "/lnd/tls.cert"
|
|
kill-count = 4
|
|
|
|
[lnd.macaroon]
|
|
invoice = "/lnd/data/chain/bitcoin/mainnet/invoice.macaroon"
|
|
readonly = "/lnd/data/chain/bitcoin/mainnet/readonly.macaroon"
|
|
|
|
|
|
[users]
|
|
# username = "password"
|
|
|
|
|