change debug env variable
This commit is contained in:
parent
55f3bfc6eb
commit
828cd27b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ services:
|
|||
entrypoint: "sh -c 'sleep 30; uvicorn lnbits.__main__:app --port 5000 --host lnbits --reload'"
|
||||
environment:
|
||||
HOST: lnbits
|
||||
QUART_DEBUG: true
|
||||
DEBUG: true
|
||||
LNBITS_BACKEND_WALLET_CLASS: "LndRestWallet"
|
||||
LNBITS_DATA_FOLDER: "./data"
|
||||
LND_REST_ENDPOINT: "https://lnd-2:8081/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue