{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Key": "",
    "Issuer": "ChapterX",
    "Audience": "ChapterX"
  },
  "ConnectionPool": {
    "MinPoolSize": 1,
    "MaxPoolSize": 20,
    "ConnectionIdleLifetime": 300,
    "ConnectionPruningInterval": 10,
    "CommandTimeout": 30,
    "Timeout": 15
  }
}
