Added old admin extension
This commit is contained in:
+7
-5
@@ -3,10 +3,12 @@ PORT=5000
|
||||
|
||||
DEBUG=false
|
||||
|
||||
LNBITS_ALLOWED_USERS=""
|
||||
LNBITS_ADMIN_USERS=""
|
||||
# Extensions only admin can access
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok"
|
||||
LNBITS_ADMIN_USERS="" # User IDs seperated by comma
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok" # Extensions only admin can access
|
||||
LNBITS_ADMIN_UI=false # Extensions only admin can access
|
||||
|
||||
LNBITS_ALLOWED_USERS="" # Restricts access, User IDs seperated by comma
|
||||
|
||||
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
|
||||
|
||||
# csv ad image filepaths or urls, extensions can choose to honor
|
||||
@@ -91,4 +93,4 @@ LNBITS_DENOMINATION=sats
|
||||
|
||||
# EclairWallet
|
||||
ECLAIR_URL=http://127.0.0.1:8283
|
||||
ECLAIR_PASS=eclairpw
|
||||
ECLAIR_PASS=eclairpw
|
||||
|
||||
Reference in New Issue
Block a user