veza/apps/web/.env.local
senke c02e30b417 chore(web): update .env.local and .env.storybook for domain config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 22:20:31 +01:00

11 lines
450 B
Text

# Configuration API pour développement local
# --- DOMAIN (single source of truth for frontend) ---
# Change this to switch the domain. Must match APP_DOMAIN in backend .env.
VITE_DOMAIN=veza.fr
# Backend Go tourne sur le port 8080 (proxy via Vite, same-origin)
VITE_API_URL=/api/v1
# WebSocket / Stream — derived from VITE_DOMAIN if omitted.
# Uncomment to override:
# VITE_WS_URL=ws://veza.fr:8081/ws
# VITE_STREAM_URL=ws://veza.fr:8082/stream