Files
GestionIntegralWeb/Backend/GestionIntegral.Api/appsettings.json
dmolinari 6d6ec22258
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 17m20s
Retry .env 1259
2025-06-18 12:59:55 -03:00

15 lines
243 B
JSON

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