{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    //"CushmanDB": "data source=localhost\\MSSSQLSERVER2019; initial catalog=CushmanDB; integrated security=SSPI"
    "CushmanDB": "server=localhost;user id=erick;password=lqtdcrmh;port=3306;database=CushmanDB20240714;OldGuids=true;"
  },
  "EmailSettings": {
    "Mail": "pdsworking-notification@trinnovaservices.com",
    "DisplayName": "PDS Working Notificación",
    "Password": "tn3AEWPQ.@6m",
    "Host": "mail.trinnovaservices.com",
    "Port": 465
  },
  "WebAppHomeUrl": "https://trinnovaservices.com",
  "Kestrel": {
    "EndPoints": {
      "Http1": {
        "Url": "http://localhost:5005"
      },
      "HttpsInlineCertFile": {
        "Url": "https://localhost:5443"
      }
    }
  }
}