1
1
mirror of https://github.com/bumi/lntip synced 2025-07-08 01:35:52 +00:00

Add example config file

This commit is contained in:
bumi 2020-10-25 22:14:59 +01:00
parent dcaa4f6cc4
commit 38b60b8383

12
config.toml.example Normal file
View 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"