11 lines
480 B
Plaintext
11 lines
480 B
Plaintext
# Backend API URL (required in dev when frontend runs on different port)
|
|
# Leave empty if frontend is served from same origin as API
|
|
VITE_API_URL=http://localhost:3001
|
|
|
|
# Nostr relays for fetching user profile metadata (comma-separated)
|
|
VITE_NOSTR_RELAYS=wss://relay.damus.io,wss://relay.nostr.band,wss://nos.lol
|
|
|
|
# Plausible analytics (optional; leave empty to disable)
|
|
VITE_PLAUSIBLE_DOMAIN=faucet.lnpulse.app
|
|
VITE_PLAUSIBLE_SCRIPT_URL=https://analytics.azzamo.net/js/script.js
|