Files
blackroad-os-prism-console/service-mesh.json
Alexa Louise 889e76ebbf feat: Add complete wiring infrastructure
- Cloudflare Workers deployment
- Railway backend deployment
- GitHub Actions CI/CD
- Stripe payment integration
- Clerk authentication
- Service mesh connectivity
- Environment templates
- Docker support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 00:27:08 -06:00

17 lines
314 B
JSON

{
"service": "blackroad-os-prism-console",
"org": "BlackRoad-OS",
"dependencies": [],
"provides": [
{
"name": "blackroad-os-prism-console-api",
"port": 8080,
"protocol": "http"
}
],
"discovery": {
"registry": "https://api.blackroad.io/registry",
"heartbeat": 30
}
}