Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari 03cda5cdbe
Some checks failed
Optimized Build and Deploy / remote-build-and-deploy (push) Failing after 1m6s
Reversión total de JWT Key
2025-06-25 22:57:24 -03:00

15 lines
338 B
JSON

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