# Per-recipe harness config for n8n (recipe #6 — workflow automation; single-service, stateful via # the /home/node/.n8n volume, sqlite by default). Normal terminate-at-Traefik (no passthrough). # n8n exposes /healthz (200 {"status":"ok"}) once up. HEALTH_PATH = "/healthz" HEALTH_OK = (200,) DEPLOY_TIMEOUT = 600 HTTP_TIMEOUT = 300