File tree Expand file tree Collapse file tree 3 files changed +243
-318
lines changed
code_snippets/snippets/migrations/instances.enabled/myapp Expand file tree Collapse file tree 3 files changed +243
-318
lines changed Original file line number Diff line number Diff line change 1+ router-001-a :
2+ storage-001-a :
3+ storage-001-b :
4+ storage-002-a :
5+ storage-002-b :
6+ storage-003-a :
7+ storage-003-b:
Original file line number Diff line number Diff line change 1+ credentials :
2+ users :
3+ client :
4+ password : ' secret'
5+ roles : [super]
6+ replicator :
7+ password : ' secret'
8+ roles : [replication]
9+ storage :
10+ password : ' secret'
11+ roles : [sharding]
12+
13+ iproto :
14+ advertise :
15+ peer :
16+ login : replicator
17+ sharding :
18+ login : storage
19+
20+ sharding :
21+ bucket_count : 3000
22+
23+ groups :
24+ routers :
25+ sharding :
26+ roles : [router]
27+ roles : [roles.crud-router]
28+ replicasets :
29+ router-001 :
30+ instances :
31+ router-001-a :
32+ iproto :
33+ listen :
34+ - uri : localhost:3301
35+ advertise :
36+ client : localhost:3301
37+ storages :
38+ sharding :
39+ roles : [storage]
40+ roles : [roles.crud-storage]
41+ replication :
42+ failover : manual
43+ replicasets :
44+ storage-001 :
45+ leader : storage-001-a
46+ instances :
47+ storage-001-a :
48+ iproto :
49+ listen :
50+ - uri : localhost:3302
51+ advertise :
52+ client : localhost:3302
53+ storage-001-b :
54+ iproto :
55+ listen :
56+ - uri : localhost:3303
57+ advertise :
58+ client : localhost:3303
59+ storage-002 :
60+ leader : storage-002-a
61+ instances :
62+ storage-002-a :
63+ iproto :
64+ listen :
65+ - uri : localhost:3304
66+ advertise :
67+ client : localhost:3304
68+ storage-002-b :
69+ iproto :
70+ listen :
71+ - uri : localhost:3305
72+ advertise :
73+ client : localhost:3305
74+ storage-003 :
75+ leader : storage-003-a
76+ instances :
77+ storage-003-a :
78+ iproto :
79+ listen :
80+ - uri : localhost:3306
81+ advertise :
82+ client : localhost:3306
83+ storage-003-b :
84+ iproto :
85+ listen :
86+ - uri : localhost:3307
87+ advertise :
88+ client : localhost:3307
You can’t perform that action at this time.
0 commit comments