mirror of
https://github.com/bumi/lntip
synced 2026-02-24 09:30:51 +00:00
Add example config file
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user