17 lines
516 B
JSON
17 lines
516 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=TECNICA3;Database=gestionvbnet;User ID=apigestion;Password=1351;Encrypt=False;MultipleActiveResultSets=True;TrustServerCertificate=True;"
|
|
},
|
|
"Jwt": {
|
|
"Key": "badb1a38d221c9e23bcf70958840ca7f5a5dc54f2047dadf7ce45b578b5bc3e2",
|
|
"Issuer": "GestionIntegralApi",
|
|
"Audience": "GestionIntegralClient",
|
|
"DurationInHours": 8
|
|
}
|
|
} |