changes configuration of environment for Dockerfile and adds the installation procedure to the documentation

This commit is contained in:
TS 2021-03-19 12:27:41 +01:00 committed by fiatjaf
parent 2e8145faac
commit 558f3acfcb
2 changed files with 30 additions and 1 deletions

View file

@ -8,7 +8,7 @@ PORT=5000
LNBITS_SITE_TITLE=LNbits
LNBITS_ALLOWED_USERS=""
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
LNBITS_DATA_FOLDER="."
LNBITS_DATA_FOLDER="./data"
LNBITS_DISABLED_EXTENSIONS="amilk"
LNBITS_FORCE_HTTPS=true
LNBITS_SERVICE_FEE="0.0"