diff --git a/contract-registry.yaml b/contract-registry.yaml index 94d899e..c7ae3b5 100644 --- a/contract-registry.yaml +++ b/contract-registry.yaml @@ -584,7 +584,7 @@ contracts: verify: curl -sf https://git.sysloggh.net/api/v1/version expect: 200 OK - check: SearXNG reachable - verify: curl -sf http://192.168.68.17:8080 + verify: curl -sf http://192.168.68.7:8888 expect: 200 OK artifact: infrastructure health report receipt: diff --git a/cron-prompts-review.md b/cron-prompts-review.md index 9275733..d942546 100644 --- a/cron-prompts-review.md +++ b/cron-prompts-review.md @@ -356,7 +356,7 @@ Postconditions to verify: }, { "check": "SearXNG reachable", - "verify": "curl -sf http://192.168.68.17:8080", + "verify": "curl -sf http://192.168.68.7:8888", "expect": "200 OK" } ]