TFS_ANTIGUO/TPAtesa_RecHuma/REC-HUMA.API/appsettings.json

40 lines
961 B
JSON
Raw Normal View History

2026-06-26 10:14:39 -06:00
{
"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"
}
}