Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari 229f657685
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m59s
Retry 2221
2025-06-26 22:21:47 -03:00

15 lines
274 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Jwt": {
"Key": "",
"Issuer": "GestionIntegralApi",
"Audience": "GestionIntegralClient",
"DurationInHours": 8
},
"AllowedHosts": "*"
}