Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
5de9f586fe
45 changed files with 3208 additions and 0 deletions
25
services/zappier-edge.json
Normal file
25
services/zappier-edge.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"id": "zappier-edge",
|
||||
"title": "Zappier commercial HTTPS edge",
|
||||
"kind": "http",
|
||||
"package": "zappier",
|
||||
"role": "zappier-edge",
|
||||
"managed": true,
|
||||
"runtime": "HTTPS :3000 (portal, admin, meter, proxy to middleware)",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 4000 },
|
||||
"ports": { "healthBase": 3000 },
|
||||
"spawn": {
|
||||
"cwd": "../zappier",
|
||||
"command": "npx",
|
||||
"args": ["ts-node", "--transpile-only", "src/index.ts"]
|
||||
},
|
||||
"env": {
|
||||
"PORT": "3000",
|
||||
"ZAPPIER_UPSTREAM": "http://127.0.0.1:3100",
|
||||
"CS_SERVICE_URL": "http://127.0.0.1:3011",
|
||||
"SALES_PRICING_URL": "http://127.0.0.1:3012",
|
||||
"ACCOUNTING_EXPORT_URL": "http://127.0.0.1:3013"
|
||||
},
|
||||
"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