change comments to use multiple lines
This commit is contained in:
parent
b442acc24f
commit
6db5fb16c8
1 changed files with 8 additions and 4 deletions
12
.env.example
12
.env.example
|
|
@ -3,11 +3,15 @@ PORT=5000
|
||||||
|
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
|
|
||||||
LNBITS_ADMIN_USERS="" # User IDs seperated by comma
|
# User IDs seperated by comma
|
||||||
LNBITS_ADMIN_EXTENSIONS="ngrok, admin" # Extensions only admin can access
|
LNBITS_ADMIN_USERS=""
|
||||||
LNBITS_ADMIN_UI=false # Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS if available
|
# Extensions only admin can access
|
||||||
|
LNBITS_ADMIN_EXTENSIONS="ngrok, admin"
|
||||||
|
# Enable Admin GUI, available for the first user in LNBITS_ADMIN_USERS if available
|
||||||
|
LNBITS_ADMIN_UI=false
|
||||||
|
|
||||||
LNBITS_ALLOWED_USERS="" # Restricts access, User IDs seperated by comma
|
# Restricts access, User IDs seperated by comma
|
||||||
|
LNBITS_ALLOWED_USERS=""
|
||||||
|
|
||||||
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
|
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue