mirror of
https://github.com/bumi/lntip
synced 2025-01-25 04:43:27 +00:00
Michael Bumann
1e40a617f9
We do not have that many config options. Nesting is not needed right now and makes it only more complicated
11 lines
341 B
Plaintext
11 lines
341 B
Plaintext
disable-website = false
|
|
disable-cors = false
|
|
request-limit = 5
|
|
port = "1323"
|
|
static-path = "" # Blank means disabled
|
|
|
|
lnd-address = "127.0.0.1:10009"
|
|
lnd-cert = "TLS cert as hex"
|
|
lnd-cert-path = "Alternative to cert. Path to TLS cert file"
|
|
lnd-macaroon = "Macaroon as hex"
|
|
lnd-macaroon-path = "Alternative to macaroon. Path to macaroon file" |