{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Key": "change-this-to-a-long-secret-key-at-least-32-chars!!",
    "Issuer": "ChapterX",
    "Audience": "ChapterX"
  }
}
