Files
PruebaGentle/Backend/PruebaGentle.API/appsettings.json

17 lines
409 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=Desarrollo;User Id=desarrollo;Password=desarrollo2026;TrustServerCertificate=true;"
},
"JwtSettings": {
"Secret": "ThisIsA32CharacterLongSecretKey!!",
"ExpirationHours": 24
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}