{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Secret": "12345678912345678912345678912345",
    "Issuer": "ZaqueuAuthServer",
    "Audience": "Zaqueu"
  }
}
