1
1
mirror of https://github.com/bumi/lntip synced 2025-01-25 04:43:27 +00:00
lntip/config.toml.example
Michael Bumann 1e40a617f9 Simplify configuration and remove nesting
We do not have that many config options. Nesting is not needed right now
and makes it only more complicated
2020-10-25 22:48:00 +01:00

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"