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

15 lines
274 B
JSON
Raw Normal View History

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