refactor: make settings key-value in DB (#2766)
This commit is contained in:
parent
aced333c0b
commit
ec9ad9f940
5 changed files with 122 additions and 30 deletions
1
Makefile
1
Makefile
|
|
@ -78,6 +78,7 @@ test-migration:
|
|||
HOST=0.0.0.0 \
|
||||
PORT=5002 \
|
||||
LNBITS_DATABASE_URL="postgres://lnbits:lnbits@localhost:5432/migration" \
|
||||
LNBITS_ADMIN_UI=False \
|
||||
timeout 5s poetry run lnbits --host 0.0.0.0 --port 5002 || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
|
||||
LNBITS_DATA_FOLDER="./tests/data" \
|
||||
LNBITS_DATABASE_URL="postgres://lnbits:lnbits@localhost:5432/migration" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue