Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
16500a6943
56 changed files with 3699 additions and 0 deletions
20
services/staff-iam.json
Normal file
20
services/staff-iam.json
Normal 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": [] }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue