Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari ff02cef2ca
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 9m24s
Try de JWT Key en .Env con Secret de Gitea
2025-06-25 21:23:06 -03:00

14 lines
259 B
JSON

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