Merge pull request #1147 from lnbits/settings/env/allowed_users
User ID comment in `.env.example`
This commit is contained in:
commit
10a1f86901
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ PORT=5000
|
||||||
|
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
|
|
||||||
|
# Allow users and admins by user IDs (comma separated list)
|
||||||
LNBITS_ALLOWED_USERS=""
|
LNBITS_ALLOWED_USERS=""
|
||||||
LNBITS_ADMIN_USERS=""
|
LNBITS_ADMIN_USERS=""
|
||||||
# Extensions only admin can access
|
# Extensions only admin can access
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue