feat: make LNBITS_ADMIN_UI the default (#2726)
* feat: make LNBITS_ADMIN_UI the default * fix create fake admin
This commit is contained in:
parent
a28e334c5f
commit
e85a78854e
4 changed files with 34 additions and 32 deletions
4
Makefile
4
Makefile
|
|
@ -38,6 +38,9 @@ checkeditorconfig:
|
|||
dev:
|
||||
poetry run lnbits --reload
|
||||
|
||||
docker:
|
||||
docker build -t lnbits/lnbits .
|
||||
|
||||
test-wallets:
|
||||
LNBITS_DATA_FOLDER="./tests/data" \
|
||||
LNBITS_BACKEND_WALLET_CLASS="FakeWallet" \
|
||||
|
|
@ -84,6 +87,7 @@ migration:
|
|||
poetry run python tools/conv.py
|
||||
|
||||
openapi:
|
||||
LNBITS_ADMIN_UI=False \
|
||||
LNBITS_BACKEND_WALLET_CLASS="FakeWallet" \
|
||||
LNBITS_DATA_FOLDER="./tests/data" \
|
||||
PYTHONUNBUFFERED=1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue