11 lines
450 B
Text
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
|