-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbigtable.json
39 lines (39 loc) · 931 Bytes
/
bigtable.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
39
{
"accessLog": false,
"enableRaw": true,
"noBanner": false,
"ttl": {
"active": true,
"lifeTimeInSec": 86400,
"jobIntervalInSec": 120
},
"cache": {
"nodeCacheTime": 6000,
"edgeCacheTime": 12000
},
"database": {
"dialect": "bigtable",
"projectId": "yildiz-bigdata-prd-v002",
"instanceName": "plat-yildiz-1",
"keyFilename": "~/.config/gcloud/application_default_credentials.json",
"columnFamilyName": "yildiz",
"leftNodeEdge": true,
"rightNodeEdge": true
},
"fetchJob": {
"expireInSec": 60,
"fetchIntervalInSec": 10,
"fetchLastAccess": 40,
"fetchBatchSize": 50,
"limit": 100
},
"redis": {
"single": {
"port": 6379,
"host": "127.0.0.1",
"family": 4,
"db": 0
}
},
"access": "*"
}