* Modified .env for lnbits to make admin screen on by default and add

user-id-only / create-user
This commit is contained in:
2025-04-11 14:16:56 -05:00
parent f25f1f8297
commit a73c915245
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -10,7 +10,7 @@
# The rest of the settings will be stored in your database and you will be able to change them
# only through the Admin UI.
# Disable this to make LNbits use this config file again.
LNBITS_ADMIN_UI=false
LNBITS_ADMIN_UI=true
# Change theme
LNBITS_SITE_TITLE="LNbits"
@@ -228,3 +228,8 @@ LOG_RETENTION="3 months"
# for database cleanup commands
# CLEANUP_WALLETS_DAYS=90
#
# addins for USER_MANAGER user-id-only auth
LNBITS_USER_MANAGER_AUTH_METHOD=user-id-only
LNBITS_USER_MANAGER_AUTO_CREATE_USER=1
LNBITS_USER_MANAGER_AUTO_CREATE_WALLET=1