# Per-recipe harness config for bluesky-pds (Phase 2 Q4.3 — TLS-passthrough atproto PDS). # The recipe routes via Traefik with TLS termination at cc-ci (the wildcard cert covers the # bare DOMAIN; the gateway TLS-passthroughs the wildcard zone). atproto PDS exposes XRPC # endpoints under /xrpc/* for the public protocol. HEALTH_PATH = "/xrpc/_health" # PDS health endpoint; returns {"version": ...} on success HEALTH_OK = (200,) DEPLOY_TIMEOUT = 600 HTTP_TIMEOUT = 600