2025-05-05 12:37:42 -03:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-06-18 13:24:46 -03:00
|
|
|
"Jwt": {
|
|
|
|
|
"Issuer": "GestionIntegralApi",
|
|
|
|
|
"Audience": "GestionIntegralClient",
|
2025-05-05 15:49:01 -03:00
|
|
|
"DurationInHours": 8
|
|
|
|
|
},
|
2025-05-05 12:37:42 -03:00
|
|
|
"AllowedHosts": "*"
|
2025-06-18 12:15:41 -03:00
|
|
|
}
|