create first user on fresh install
This commit is contained in:
parent
fc1065b978
commit
3f38a9094b
4 changed files with 26 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue