From b380108a4f34fb6d0b58de7c7cdf1a99e87372bc Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 13 Nov 2023 14:10:53 +0200 Subject: [PATCH] doc: add `SUPER_USER` field (#2097) --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index e8f36298..1ede06a9 100644 --- a/.env.example +++ b/.env.example @@ -25,6 +25,9 @@ LNBITS_BLOCKED_IPS="" # if set new users will not be able to create accounts LNBITS_ALLOWED_USERS="" LNBITS_ADMIN_USERS="" +# ID of the super user. The user ID must exist. +# SUPER_USER="" + # Extensions only admin can access LNBITS_ADMIN_EXTENSIONS="ngrok, admin"