5 lines
182 B
Text
5 lines
182 B
Text
# Configuration API pour développement local
|
|
# Backend Go tourne sur le port 8080
|
|
VITE_API_URL=/api/v1
|
|
VITE_WS_URL=ws://localhost:8081/ws
|
|
VITE_STREAM_URL=ws://localhost:8082/stream
|