add eclair variables to .env example
This commit is contained in:
parent
1695d0ce0e
commit
e0504a4e0c
1 changed files with 6 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ LNBITS_SITE_DESCRIPTION="Some description about your service, will display if ti
|
||||||
LNBITS_THEME_OPTIONS="classic, bitcoin, freedom, mint, autumn, monochrome, salvador"
|
LNBITS_THEME_OPTIONS="classic, bitcoin, freedom, mint, autumn, monochrome, salvador"
|
||||||
|
|
||||||
# Choose from LNPayWallet, OpenNodeWallet, LntxbotWallet,
|
# Choose from LNPayWallet, OpenNodeWallet, LntxbotWallet,
|
||||||
# LndRestWallet, CLightningWallet, LNbitsWallet, SparkWallet, FakeWallet
|
# LndRestWallet, CLightningWallet, LNbitsWallet, SparkWallet, FakeWallet, EclairWallet
|
||||||
LNBITS_BACKEND_WALLET_CLASS=VoidWallet
|
LNBITS_BACKEND_WALLET_CLASS=VoidWallet
|
||||||
# VoidWallet is just a fallback that works without any actual Lightning capabilities,
|
# VoidWallet is just a fallback that works without any actual Lightning capabilities,
|
||||||
# just so you can see the UI before dealing with this file.
|
# just so you can see the UI before dealing with this file.
|
||||||
|
|
@ -77,4 +77,8 @@ OPENNODE_KEY=OPENNODE_ADMIN_KEY
|
||||||
|
|
||||||
# FakeWallet
|
# FakeWallet
|
||||||
FAKE_WALLET_SECRET="ToTheMoon1"
|
FAKE_WALLET_SECRET="ToTheMoon1"
|
||||||
LNBITS_DENOMINATION=sats
|
LNBITS_DENOMINATION=sats
|
||||||
|
|
||||||
|
# EclairWallet
|
||||||
|
ECLAIR_URL=http://127.0.0.1:8283
|
||||||
|
ECLAIR_PASS=eclairpw
|
||||||
Loading…
Add table
Add a link
Reference in a new issue