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

View file

@ -0,0 +1,21 @@
{
"id": "staff-session",
"title": "Staff session cookie (proxies IAM when STAFF_IAM_URL set)",
"kind": "http",
"package": "verae-staff-session",
"role": "staff-session",
"managed": true,
"runtime": "HTTP :3027",
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
"ports": { "healthBase": 3027 },
"spawn": {
"cwd": "../verae-staff-session",
"command": "node",
"args": ["src/server.js"]
},
"env": {
"PORT": "3027",
"STAFF_IAM_URL": "http://127.0.0.1:3028"
},
"nats": { "in": [], "out": [] }
}