Proyecto completo con configuracion de variables de entorno para EasyPanel
This commit is contained in:
7
frontend/.env.example
Normal file
7
frontend/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user