Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari 19ea4b23a0
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 21m46s
Ajustes copia RDLC y variables de entorno.
2025-06-18 12:15:41 -03:00

15 lines
235 B
JSON

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