postgres support.
This commit is contained in:
parent
eeb3e66529
commit
2f309c9863
54 changed files with 624 additions and 540 deletions
|
|
@ -8,7 +8,11 @@ PORT=5000
|
|||
|
||||
LNBITS_ALLOWED_USERS=""
|
||||
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
|
||||
|
||||
# Database: by default we will use SQLite, but you can replace that with a Postgres URL
|
||||
LNBITS_DATA_FOLDER="./data"
|
||||
# LNBITS_DATABASE_URL="postgres:///"
|
||||
|
||||
LNBITS_DISABLED_EXTENSIONS="amilk"
|
||||
LNBITS_FORCE_HTTPS=true
|
||||
LNBITS_SERVICE_FEE="0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue