Files
pure_sagacity 9c56d278e6 added realtime, bruno stuff, and removed s3/redis
removed zod because elysia has it built in
changed compose.yml to docker-compose.yml because my icon shows it as
docker-compose that way
2026-07-17 22:48:38 -05:00

22 lines
291 B
YAML

info:
name: health
type: http
seq: 1
http:
method: GET
url: http://localhost:3000/health
auth: inherit
runtime:
assertions:
- expression: res.status
operator: eq
value: "200"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5