feat: max users + extensions env (#3919)

This commit is contained in:
Arc
2026-04-12 22:38:36 +01:00
committed by GitHub
parent 04c9b67997
commit 9e3ab0ef26
9 changed files with 55 additions and 2 deletions
+4
View File
@@ -24,6 +24,10 @@ LOG_ROTATION="100 MB"
LOG_RETENTION="3 months"
# for database cleanup commands
# CLEANUP_WALLETS_DAYS=90
# Hard limit for total created users. Set to 0 to disable the limit.
# LNBITS_MAX_USERS=0
# Hard limit for total installed extensions. Set to 0 to disable the limit.
# LNBITS_MAX_EXTENSIONS=0
# === Admin Settings ===