Files
cloudlysis/config/routing/dev.json
Vlad Durnea 2595e7f1c5
Some checks failed
ci / ui (push) Failing after 28s
ci / rust (push) Failing after 2m40s
images / build-and-push (push) Failing after 19s
feat(billing): implement tenant subscription entitlements system (milestones 0-6)
2026-03-30 18:41:23 +03:00

28 lines
501 B
JSON

{
"revision": 1,
"aggregate_placement": {
"tenant-a": "local",
"t1": "local",
"t2": "local"
},
"projection_placement": {
"tenant-a": "local",
"t1": "local",
"t2": "local"
},
"runner_placement": {
"tenant-a": "local",
"t1": "local",
"t2": "local"
},
"aggregate_shards": {
"local": ["http://aggregate:50051"]
},
"projection_shards": {
"local": ["http://projection:8080"]
},
"runner_shards": {
"local": ["http://runner:8080"]
}
}