Improved ad space function
This commit is contained in:
parent
41aa074350
commit
0c94b159e2
7 changed files with 15 additions and 7 deletions
|
|
@ -6,14 +6,15 @@ PORT=5000
|
|||
|
||||
DEBUG=false
|
||||
|
||||
# Find "usr" string in wallet url to explicit allow users or set admins (comma separated list)
|
||||
LNBITS_ALLOWED_USERS=""
|
||||
LNBITS_ADMIN_USERS=""
|
||||
# Extensions only admin can access
|
||||
LNBITS_ADMIN_EXTENSIONS="ngrok"
|
||||
LNBITS_DEFAULT_WALLET_NAME="LNbits wallet"
|
||||
|
||||
# csv ad image filepaths or urls, extensions can choose to honor
|
||||
# Ad space description
|
||||
LNBITS_AD_SPACE_TITE""
|
||||
# csv ad space, format "<url>;<img-light>;<img-dark>, <url>;<img-light>;<img-dark>", extensions can choose to honor
|
||||
LNBITS_AD_SPACE=""
|
||||
|
||||
# Hides wallet api, extensions can choose to honor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue