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.
27 lines
789 B
JSON
27 lines
789 B
JSON
{
|
|
"id": "access-leaf",
|
|
"title": "Server-to-server NATS leaf access",
|
|
"kind": "http",
|
|
"package": "verae-access-leaf",
|
|
"role": "access-leaf",
|
|
"managed": true,
|
|
"runtime": "HTTP :3023 + NATS verae.access.leaf.in",
|
|
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
|
|
"ports": { "healthBase": 3023 },
|
|
"spawn": {
|
|
"cwd": "../verae-access-leaf",
|
|
"command": "node",
|
|
"args": ["src/server.js"]
|
|
},
|
|
"env": {
|
|
"PORT": "3023",
|
|
"AUTHZ_URL": "http://127.0.0.1:3020",
|
|
"LEAF_TOKEN": "leaf-dev-token",
|
|
"NATS_POLICY_PATH": "../verae-nats-accounts/policy.json",
|
|
"NATS_URL": "nats://127.0.0.1:4222"
|
|
},
|
|
"nats": {
|
|
"in": ["verae.access.leaf.in"],
|
|
"out": ["verae.access.authz.check", "verae.archive.put", "verae.archive.query"]
|
|
}
|
|
}
|