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

15 lines
338 B
JSON
Raw Normal View History

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