mirror of
https://github.com/bumi/lntip
synced 2025-07-08 09:36:00 +00:00
Add example config file
This commit is contained in:
parent
dcaa4f6cc4
commit
38b60b8383
12
config.toml.example
Normal file
12
config.toml.example
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
disable_website = false
|
||||||
|
disable_cors = false
|
||||||
|
request_limit = 5
|
||||||
|
port = "1323"
|
||||||
|
static_path = "" # Blank means disabled
|
||||||
|
|
||||||
|
[lnd]
|
||||||
|
address = "127.0.0.1:10009"
|
||||||
|
cert = "TLS cert as hex"
|
||||||
|
cert_path = "Alternative to cert. Path to TLS cert file"
|
||||||
|
macaroon = "Macaroon as hex"
|
||||||
|
macaroon_path = "Alternative to macaroon. Path to macaroon file"
|
Loading…
x
Reference in New Issue
Block a user