{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Key": "ThisIsASecretKeyForTestingPurposesOnly123!",
    "Issuer": "APITestingForTomiwa",
    "Audience": "APITestingForTomiwa"
  }
}
