add env variable for lightning domain leveraging redirect capability

This commit is contained in:
padreug 2025-10-16 00:53:06 +02:00
parent c90def94a7
commit 92176bea83
3 changed files with 14 additions and 5 deletions

View file

@ -6,6 +6,12 @@ VITE_ADMIN_PUBKEYS=["your-admin-pubkey-here"]
VITE_LNBITS_BASE_URL=http://localhost:5000
VITE_API_KEY=your-api-key-here
# 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=
# Push Notifications
VITE_VAPID_PUBLIC_KEY=your-vapid-public-key
VITE_PUSH_NOTIFICATIONS_ENABLED=true