Initial import of verae-fleet from zapier monorepo
This commit is contained in:
commit
155f2817c8
54 changed files with 3509 additions and 0 deletions
24
services/identity.json
Normal file
24
services/identity.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"id": "identity",
|
||||
"title": "Verae user-id bind/lookup",
|
||||
"kind": "http",
|
||||
"package": "zappier-identity",
|
||||
"role": "identity",
|
||||
"managed": true,
|
||||
"runtime": "HTTP :3026 + NATS verae.identity.*",
|
||||
"health": { "type": "http", "path": "/health", "timeoutMs": 2000 },
|
||||
"ports": { "healthBase": 3026 },
|
||||
"spawn": {
|
||||
"cwd": "../zappier-identity",
|
||||
"command": "node",
|
||||
"args": ["src/server.js"]
|
||||
},
|
||||
"env": {
|
||||
"PORT": "3026",
|
||||
"NATS_URL": "nats://127.0.0.1:4222"
|
||||
},
|
||||
"nats": {
|
||||
"in": ["verae.identity.bind", "verae.identity.lookup"],
|
||||
"out": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue