* Modified .env for lnbits to make admin screen on by default and add
user-id-only / create-user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user