verae-fleet/services/staff-iam.json

20 lines
483 B
JSON

{
"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": [] }
}