.env variable for STARTUP_INVOICE_EXPIRY_CHECK

This commit is contained in:
callebtc
2022-10-04 09:56:15 +02:00
parent 5a12f4f237
commit 3b70d45091
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ LNBITS_SERVICE_FEE="0.0"
LNBITS_RESERVE_FEE_MIN=2000
# value in percent
LNBITS_RESERVE_FEE_PERCENT=1.0
# check invoice expiry on every startup (can be slow on large instances)
STARTUP_INVOICE_EXPIRY_CHECK=True
# Change theme
LNBITS_SITE_TITLE="LNbits"