21 lines
556 B
JSON
21 lines
556 B
JSON
{
|
|
"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": [] }
|
|
}
|