91999e7691
Switch backend/frontend to ports 8074/8075 and align Docker, CORS, frontend API base URL, and docs so deployment uses the new endpoints consistently.
7 lines
232 B
Bash
7 lines
232 B
Bash
# URL base del backend (accesible desde el navegador)
|
|
VITE_API_URL=http://localhost:8074
|
|
|
|
# (Opcional) Client ID de Google para "Iniciar sesión con Google".
|
|
# Debe coincidir con GOOGLE_CLIENT_ID del backend.
|
|
VITE_GOOGLE_CLIENT_ID=
|