generated from pure_sagacity/turborepo-starter-project
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
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user