14 lines
447 B
JSON
14 lines
447 B
JSON
{
|
|
"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."
|
|
}
|