27 lines
715 B
Bash
27 lines
715 B
Bash
# App Branding
|
|
VITE_APP_NAME=YourApp
|
|
|
|
VITE_PICTRS_BASE_URL=https://img.yourdomain.com
|
|
|
|
# Lightning Address Domain (optional)
|
|
# Override the domain used for Lightning Addresses
|
|
# If not set, domain will be extracted from VITE_LNBITS_BASE_URL
|
|
# Example: mydomain.com will show addresses as username@mydomain.com
|
|
VITE_LIGHTNING_DOMAIN=
|
|
|
|
VITE_NOSTR_RELAYS=["wss://lnbits.yourdomain.com/nostrrelay/test1"]
|
|
|
|
VITE_LNBITS_BASE_URL=https://lnbits.yourdomain.com
|
|
# Invoice/Read Key below
|
|
VITE_API_KEY=
|
|
|
|
VITE_ADMIN_PUBKEYS=["<your-pubkey"]
|
|
|
|
# Push Notifications
|
|
VITE_VAPID_PUBLIC_KEY=
|
|
VITE_PUSH_NOTIFICATIONS_ENABLED=true
|
|
|
|
# Market Configuration
|
|
VITE_MARKET_NADDR=
|
|
VITE_LIGHTNING_ENABLED=true
|
|
VITE_MARKET_DEFAULT_CURRENCY=sat
|