Init Commit

This commit is contained in:
2025-12-12 15:40:34 -03:00
commit 5ddef72f06
78 changed files with 11451 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Copiar este archivo a .env y completar los valores
# --- SQL SERVER ---
DB_HOST=192.168.x.x,1433
DB_NAME=AdminFacturasApp
DB_USER=gestorFacturasApi
DB_PASSWORD=cambiar_esto
# --- JWT ---
JWT_KEY=cambiar_por_clave_larga_min_32_chars
JWT_ISSUER=GestorFacturasAPI
JWT_AUDIENCE=GestorFacturasFrontend
# --- FRONTEND ---
API_PUBLIC_URL=http://localhost:5000/api