create first user on fresh install

This commit is contained in:
Tiago vasconcelos 2022-05-16 10:49:21 +01:00 committed by dni ⚡
parent fc1065b978
commit 3f38a9094b
4 changed files with 26 additions and 11 deletions

View file

@ -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