-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
63 lines (63 loc) · 936 Bytes
/
config.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"port": "8000",
"logs": {
"errorLog": "/var/log/go/error.log",
"accessLog": "/var/log/go/access.log"
},
"dataStores": {
"redis": {
"protocol": "tcp",
"port": "6379"
},
"amazonS3": {
"region": "us-east-1",
"bucketName": "image.agentdesks.com"
}
},
"imageBucket": {
"HD": {
"width": [
"1440",
"960",
"720",
"650",
"480"
],
"height": [
"645",
"430",
"322",
"420",
"215"
]
},
"thumbnail": {
"width": [
"400",
"240",
"160",
"120",
"80"
],
"height": [
"200",
"240",
"160",
"120",
"80"
]
},
"profile": {
"width": [
"550",
"128",
"48"
],
"height": [
"360",
"128",
"48"
]
}
}
}