add eclair variables to .env example
This commit is contained in:
+6
-2
@@ -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
|
||||||
Reference in New Issue
Block a user