* Modified .env for lnbits to make admin screen on by default and add
user-id-only / create-user
This commit is contained in:
parent
f25f1f8297
commit
a73c915245
2
hosts
2
hosts
@ -39,7 +39,7 @@ bitcoin_rpcauth=n0xb0x:413f1f82906117464e662853bce33577$80a039d800184a1cffd1de54
|
|||||||
electrs_version=0.10.2
|
electrs_version=0.10.2
|
||||||
rtl_version=0.15.0
|
rtl_version=0.15.0
|
||||||
rtl_password=n0xb0x
|
rtl_password=n0xb0x
|
||||||
lnbits_version=0.12.1
|
lnbits_version=v1.0.0
|
||||||
tor_version=1.0
|
tor_version=1.0
|
||||||
zerotier_network=74a75ebfb84ab0db
|
zerotier_network=74a75ebfb84ab0db
|
||||||
#Update wariness - 1 = very reluctant to update, 0 = eager to update
|
#Update wariness - 1 = very reluctant to update, 0 = eager to update
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
# The rest of the settings will be stored in your database and you will be able to change them
|
# The rest of the settings will be stored in your database and you will be able to change them
|
||||||
# only through the Admin UI.
|
# only through the Admin UI.
|
||||||
# Disable this to make LNbits use this config file again.
|
# Disable this to make LNbits use this config file again.
|
||||||
LNBITS_ADMIN_UI=false
|
LNBITS_ADMIN_UI=true
|
||||||
|
|
||||||
# Change theme
|
# Change theme
|
||||||
LNBITS_SITE_TITLE="LNbits"
|
LNBITS_SITE_TITLE="LNbits"
|
||||||
@ -228,3 +228,8 @@ LOG_RETENTION="3 months"
|
|||||||
|
|
||||||
# for database cleanup commands
|
# for database cleanup commands
|
||||||
# CLEANUP_WALLETS_DAYS=90
|
# 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user