-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (46 loc) · 1.05 KB
/
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
{
"processors": {
"expenses": {
"concurrent_transactions": 35,
"transaction_size": 6000,
"totals": {
"concurrent_transactions": 26,
"concurent_insertions": 8
}
}
},
"cronjobs": {
"update_expenses": "0 6 * * *",
"clear_banners": "0 6 * * *"
},
"social_banner": {
"photo": {
"width": 512,
"height": 384
},
"text_area": {
"width": 250,
"left_padding": 17,
"title": {
"height": 50
},
"summary": {
"y": 80,
"maxWidth": 235,
"lineHeight": 25
},
"totals": {
"initialMarginTop": 40,
"marginTop": 30,
"maxWidth": 235,
"lineHeight": 25
}
},
"logo": {
"width": 210,
"height": 210,
"x": 520,
"y": 210
}
}
}