Proyecto completo con configuracion de variables de entorno para EasyPanel

This commit is contained in:
Panchito
2026-07-21 16:36:17 -05:00
commit 9cc2d28b9a
45 changed files with 95958 additions and 0 deletions

7
frontend/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# 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