Files
cloudlysis/routing/dev.json
Vlad Durnea 1298d9a3df
Some checks failed
ci / rust (push) Failing after 2m34s
ci / ui (push) Failing after 30s
Monorepo consolidation: workspace, shared types, transport plans, docker/swam assets
2026-03-30 11:40:42 +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"]
}
}