app setings

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=RAFAEL\\SACR;Database=rafanet;Trusted_Connection=True;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}