-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrdb.json
38 lines (38 loc) · 1.23 KB
/
crdb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"default_db_config": {
"name": "glau-crdb",
"replication": false,
"memory_size": 10240000,
"aof_policy": "appendfsync-every-sec",
"shards_count": 1
},
"instances": [
{
"cluster": {
"url": "https://api-raas-us-west1-a.rec-us-west1-a.34.105.40.1.nip.io",
"credentials": {
"username": "[email protected]",
"password": "some password"
},
"name": "rec-us-west1-a.raas-us-west1-a.svc.cluster.local",
"replication_endpoint": "glau-crdb-raas-us-west1-a.rec-us-west1-a.34.105.40.1.nip.io:443",
"replication_tls_sni": "glau-crdb-raas-us-west1-a.rec-us-west1-a.34.105.40.1.nip.io"
}
},
{
"cluster": {
"url": "https://api-raas-us-east1-b.rec-us-east1-b.34.75.99.216.nip.io",
"credentials": {
"username": "[email protected]",
"password": "some password"
},
"name": "rec-us-east1-b.raas-us-east1-b.svc.cluster.local",
"replication_endpoint": "glau-crdb-raas-us-east1-b.rec-us-east1-b.34.75.99.216.nip.io:443",
"replication_tls_sni": "glau-crdb-raas-us-east1-b.rec-us-east1-b.34.75.99.216.nip.io"
}
}
],
"name": "glau-crdb",
"encryption": true,
"compression": 0
}