8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
# Plantilla de variables de entorno del FRONTEND.
|
|
# Copia este archivo como .env y completa los valores.
|
|
|
|
# URL pública del backend (API). Sin barra final.
|
|
# Local: http://localhost:8001
|
|
# Producción: https://api.tudominio.com
|
|
VITE_API_URL=http://localhost:8001
|