changes configuration of environment for Dockerfile and adds the installation procedure to the documentation
This commit is contained in:
parent
2e8145faac
commit
558f3acfcb
2 changed files with 30 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue