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