40 lines
961 B
JSON
40 lines
961 B
JSON
|
|
{
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"RECHUMA": "Server=SRV-ULQA73\\ULTIMUSATESA;Database=REC-HUMA;Integrated Security=true"
|
||
|
|
},
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft": "Warning",
|
||
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Serilog": {
|
||
|
|
"MinimunLevel": "Warning",
|
||
|
|
"WriteTo": [
|
||
|
|
{
|
||
|
|
"Name": "MSSqlServer",
|
||
|
|
"Args": {
|
||
|
|
"connectionString": "Server=SRV-ULQA73\\ULTIMUSATESA;Database=REC-HUMA;Integrated Security=true",
|
||
|
|
"tableName": "Logs",
|
||
|
|
"autoCreateSqlTable": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"Authentication": {
|
||
|
|
"SecretKey": "lajmshoicuhxfnsgjvclqiwigxlfpj",
|
||
|
|
"Issuer": "http://localhost:46647/",
|
||
|
|
"Audience": "http://localhost:46647/"
|
||
|
|
},
|
||
|
|
"Correo": {
|
||
|
|
"usuario": "",
|
||
|
|
"contrasena": "",
|
||
|
|
"host": " smtp-mail.outlook.com",
|
||
|
|
"puerto": "587",
|
||
|
|
"ssl": "true",
|
||
|
|
"defaultcredentials": "true"
|
||
|
|
}
|
||
|
|
}
|