Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
1fb7f752d6
28 changed files with 1405 additions and 0 deletions
14
services/zappier-edge.json
Normal file
14
services/zappier-edge.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "zappier-edge",
|
||||
"title": "Zappier commercial HTTPS edge",
|
||||
"kind": "http",
|
||||
"package": "zappier",
|
||||
"role": "zappier-edge",
|
||||
"managed": true,
|
||||
"runtime": "HTTPS :3000 (portal, admin, meter)",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
||||
"ports": { "healthBase": 13000 },
|
||||
"env": { "PORT": "3000" },
|
||||
"nats": { "in": [], "out": [] },
|
||||
"notes": "Zapier x-api-key lands here. HTTPS to middleware only."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue