{
  "Jwt": {
    "Key": "",
    "Issuer": "MyApiIssuer",
    "Audience": "MyApiAudience"
  },

  "Cors": {
    "AllowedOrigins": []
  },

  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}
