Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json

14 lines
259 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2025-06-18 13:24:46 -03:00
"Jwt": {
"Issuer": "GestionIntegralApi",
"Audience": "GestionIntegralClient",
"DurationInHours": 8
},
"AllowedHosts": "*"
}