Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
5de9f586fe
45 changed files with 3208 additions and 0 deletions
14
services/zapier-simulator.json
Normal file
14
services/zapier-simulator.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"id": "zapier-simulator",
|
||||
"title": "Zapier interface simulator + trace console",
|
||||
"kind": "http",
|
||||
"package": "verae-zapier-simulator",
|
||||
"role": "zapier-simulator",
|
||||
"managed": true,
|
||||
"runtime": "HTTP 127.0.0.1:3847",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 800 },
|
||||
"ports": { "healthBase": 13847 },
|
||||
"env": { "SIM_PORT": "3847" },
|
||||
"nats": { "in": [], "out": [] },
|
||||
"notes": "Optional. min 0 in central fleet.json. Does not talk to live NATS."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue