{
  "service": "aurora-content-gateway",
  "version": "0.0.1",
  "usage": {
    "transaction": "/<43-character-transaction-id>",
    "manifestPath": "/<43-character-transaction-id>/<path>",
    "health": "/healthz",
    "purge": "disabled"
  },
  "caching": {
    "browserTtlSeconds": 3600,
    "edgeTtlSeconds": 86400,
    "longEdgeTtlSeconds": 31536000,
    "negativeTtlSeconds": 10,
    "staleWhileRevalidateSeconds": 86400,
    "staleIfErrorSeconds": 604800
  },
  "routing": {
    "gatewayCount": 15,
    "maxGatewaysPerRequest": 3,
    "hedgeDelaysMs": [
      0,
      250,
      700
    ],
    "requireArIoVerified": false
  }
}