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

15 lines
243 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2025-06-18 12:59:55 -03:00
"JwtSettings": {
"Key": "",
"Issuer": "",
"Audience": "",
"DurationInHours": 8
},
"AllowedHosts": "*"
}