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