# Per-recipe harness config for wordpress (classic PHP app + mariadb). A fresh deploy # (no POST_DEPLOY_CMDS core_install in the CI env) serves the WP install wizard: GET / # redirects 302 to /wp-admin/install.php until the custom tier completes the install. HEALTH_PATH = "/" HEALTH_OK = (200, 302) # First boot copies the WP core into the content volume and waits for mariadb init; # the recipe's own healthcheck has start_period 1m — give the deploy headroom. DEPLOY_TIMEOUT = 900 HTTP_TIMEOUT = 300 # canon §2.B: enroll as a DATA-WARM canonical (all recipes enrolled — operator 2026-06-17). WARM_CANONICAL = True