Some checks are pending
offline / test (push) Waiting to run
Persist account-balance books; edge caches prepaid from books. Add zappier-identity, verae-nats-accounts, verae-jobs-events, verae-access-staff, zapier-decisions. Edge binds loopback; lan-134 stays off; HTTP services prefer local spawn.
24 lines
583 B
JSON
24 lines
583 B
JSON
{
|
|
"id": "identity",
|
|
"title": "Verae user-id bind/lookup",
|
|
"kind": "http",
|
|
"package": "zappier-identity",
|
|
"role": "identity",
|
|
"managed": true,
|
|
"runtime": "HTTP :3026 + NATS verae.identity.*",
|
|
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
|
|
"ports": { "healthBase": 3026 },
|
|
"spawn": {
|
|
"cwd": "../zappier-identity",
|
|
"command": "node",
|
|
"args": ["src/server.js"]
|
|
},
|
|
"env": {
|
|
"PORT": "3026",
|
|
"NATS_URL": "nats://127.0.0.1:4222"
|
|
},
|
|
"nats": {
|
|
"in": ["verae.identity.bind", "verae.identity.lookup"],
|
|
"out": []
|
|
}
|
|
}
|