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

user-id-only / create-user
This commit is contained in:
barry 2025-04-11 14:16:56 -05:00
parent f25f1f8297
commit a73c915245
2 changed files with 7 additions and 2 deletions

2
hosts
View File

@ -39,7 +39,7 @@ bitcoin_rpcauth=n0xb0x:413f1f82906117464e662853bce33577$80a039d800184a1cffd1de54
electrs_version=0.10.2
rtl_version=0.15.0
rtl_password=n0xb0x
lnbits_version=0.12.1
lnbits_version=v1.0.0
tor_version=1.0
zerotier_network=74a75ebfb84ab0db
#Update wariness - 1 = very reluctant to update, 0 = eager to update

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