Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari 373449ba48
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 15m54s
Vuelta a Key en Secret.
2025-06-18 13:24:46 -03:00

14 lines
259 B
JSON

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