7 lines
313 B
Plaintext
7 lines
313 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
|