Files
Elecciones-2025/Elecciones-Web/src/Elecciones.Api/bin/Debug/net9.0/appsettings.Development.json

13 lines
390 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"DefaultConnection": "Server=TECNICA3;Database=Elecciones2025;User Id=apielecciones2025;Password=PTP847Elecciones2025;Encrypt=False;MultipleActiveResultSets=True;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedOrigins": "http://localhost:5173"
}