5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
# URL base del backend FastAPI que consume el frontend.
|
|
# Local: http://localhost:8001
|
|
# Despliegue: https://api-leads.escueladerefrigeracion.lat
|
|
VITE_API_URL=http://localhost:8001
|