Fase 1: Creación del backend API con .NET, Dapper y endpoints CRUD para Titulares

This commit is contained in:
2025-10-28 11:33:28 -03:00
parent c5f1e76fc2
commit 2c44081e5d
11 changed files with 355 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=TECNICA3;Database=TitularesDB;User Id=titularesApi;Password=PTP847Titulares;Trusted_Connection=True;TrustServerCertificate=True;"
}
}