7f32380e0a
Configure GitLab deploy pipeline for this app and switch backend/frontend endpoint defaults from localhost to sinbad2.ujaen.es, including Docker, env files, API client, CORS, and docs.
7 lines
239 B
Bash
7 lines
239 B
Bash
# URL base del backend (accesible desde el navegador)
|
|
VITE_API_URL=http://sinbad2.ujaen.es:8074
|
|
|
|
# (Opcional) Client ID de Google para "Iniciar sesión con Google".
|
|
# Debe coincidir con GOOGLE_CLIENT_ID del backend.
|
|
VITE_GOOGLE_CLIENT_ID=
|