create first user on fresh install
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ PORT=5000
|
||||
DEBUG=false
|
||||
|
||||
LNBITS_ADMIN_USERS="" # User IDs seperated by comma
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok" # Extensions only admin can access
|
||||
LNBITS_ADMIN_UI=false # Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok, admin" # Extensions only admin can access
|
||||
LNBITS_ADMIN_UI=false # Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS if available
|
||||
|
||||
LNBITS_ALLOWED_USERS="" # Restricts access, User IDs seperated by comma
|
||||
|
||||
|
||||
Reference in New Issue
Block a user