Test env NATS cluster cut-over

This commit is contained in:
George Lambert 2026-09-11 23:59:44 -04:00
commit 445a1216c9
62 changed files with 3936 additions and 0 deletions

20
services/staff-iam.json Normal file
View file

@ -0,0 +1,20 @@
{
"id": "staff-iam",
"title": "Internal staff IAM (users, roles, permissions)",
"kind": "http",
"package": "verae-staff-iam",
"role": "staff-iam",
"managed": true,
"runtime": "HTTP :3028",
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
"ports": { "healthBase": 3028 },
"spawn": {
"cwd": "../verae-staff-iam",
"command": "node",
"args": ["src/server.js"]
},
"env": {
"PORT": "3028"
},
"nats": { "in": [], "out": [] }
}