feat(billing): implement tenant subscription entitlements system (milestones 0-6)
This commit is contained in:
6
config/placement/dev.json
Normal file
6
config/placement/dev.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"revision": "dev",
|
||||
"aggregate_placement": { "placements": [] },
|
||||
"projection_placement": { "placements": [] },
|
||||
"runner_placement": { "placements": [] }
|
||||
}
|
||||
27
config/routing/dev.json
Normal file
27
config/routing/dev.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user