doc: add SUPER_USER field (#2097)

This commit is contained in:
Vlad Stan
2023-11-13 14:10:53 +02:00
committed by GitHub
parent 87a42087de
commit b380108a4f

View File

@ -25,6 +25,9 @@ LNBITS_BLOCKED_IPS=""
# if set new users will not be able to create accounts # if set new users will not be able to create accounts
LNBITS_ALLOWED_USERS="" LNBITS_ALLOWED_USERS=""
LNBITS_ADMIN_USERS="" LNBITS_ADMIN_USERS=""
# ID of the super user. The user ID must exist.
# SUPER_USER=""
# Extensions only admin can access # Extensions only admin can access
LNBITS_ADMIN_EXTENSIONS="ngrok, admin" LNBITS_ADMIN_EXTENSIONS="ngrok, admin"