fix: add lnurlp, withdraw extensions

This commit is contained in:
Vlad Stan 2024-02-29 07:00:06 +02:00
parent f4403bc9e9
commit f3b2ebd9e8

View File

@ -42,7 +42,7 @@ jobs:
- name: run LNbits
env:
LNBITS_ADMIN_UI: true
LNBITS_EXTENSIONS_DEFAULT_INSTALL: "watchonly, satspay, tipjar, tpos"
LNBITS_EXTENSIONS_DEFAULT_INSTALL: "watchonly, satspay, tipjar, tpos, lnurlp, withdraw"
LNBITS_BACKEND_WALLET_CLASS: FakeWallet
run: |
poetry run lnbits > logs/lnbits.log &