fix super_user check, fixes #1250
This commit is contained in:
parent
b622028f7d
commit
c96fd6783b
3 changed files with 14 additions and 19 deletions
|
|
@ -11,7 +11,11 @@ LNBITS_ALLOWED_USERS=""
|
|||
LNBITS_ADMIN_USERS=""
|
||||
# Extensions only admin can access
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok, admin"
|
||||
|
||||
# Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS if available
|
||||
# Warning: Enabling this will make LNbits ignore this configuration file. Your 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_DEFAULT_WALLET_NAME="LNbits wallet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue