values
This commit is contained in:
parent
eb96025942
commit
2fcbdc79e7
6 changed files with 13 additions and 9 deletions
|
|
@ -9,7 +9,11 @@
|
|||
#LND_CERT_PATH=~/.lnd/tls.cert
|
||||
#LND_MACAROON_PATH=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||
|
||||
LIQUIDITY_PROVIDER_PUB=
|
||||
#BOOTSTRAP_PEER
|
||||
# A trusted peer that will hold a node-level account until channel automation becomes affordable
|
||||
# The developer is used by default or you may specify your own
|
||||
# To disable this feature entirely overwrite the env with "null"
|
||||
#LIQUIDITY_PROVIDER_PUB=null
|
||||
|
||||
#DB
|
||||
#DATABASE_FILE=db.sqlite
|
||||
|
|
@ -57,7 +61,7 @@ LSP_MAX_FEE_BPS=100
|
|||
|
||||
#NOSTR
|
||||
# Default relay may become rate-limited without a paid subscription
|
||||
#NOSTR_RELAYS=wss://strfry.shock.network
|
||||
#NOSTR_RELAYS=wss://relay.lightning.pub
|
||||
|
||||
#LNURL
|
||||
# Optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue