mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
Change .env variable names to match lnbits.py
The required values are expected in LNBITS_INVOICE_KEY & LNBITS_ADMIN_KEY according to https://github.com/lnbits/lnbits/blob/master/lnbits/wallets/lnbits.py
This commit is contained in:
parent
35f8e3334c
commit
fc6e49b821
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ SPARK_TOKEN=myaccesstoken
|
|||
CLIGHTNING_RPC="/home/bob/.lightning/bitcoin/lightning-rpc"
|
||||
|
||||
# LnbitsWallet
|
||||
LNBITS_ENDPOINT=127.0.0.1:5000
|
||||
LNBITS_INVOICE_MACAROON=LNBITS_INVOICE_MACAROON
|
||||
LNBITS_ADMIN_MACAROON=LNBITS_ADMIN_MACAROON
|
||||
LNBITS_ENDPOINT=http://127.0.0.1:5000
|
||||
LNBITS_INVOICE_KEY=LNBITS_INVOICE_KEY
|
||||
LNBITS_ADMIN_KEY=LNBITS_ADMIN_KEY
|
||||
|
||||
# LndWallet
|
||||
LND_GRPC_ENDPOINT=127.0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue