All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 1m59s
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Key": "",
|
|
"Issuer": "GestionIntegralApi",
|
|
"Audience": "GestionIntegralClient",
|
|
"DurationInHours": 8
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |