-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.dist
82 lines (82 loc) · 1.65 KB
/
config.json.dist
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"font": {
"regular": {
"size": 24,
"path": "fonts/Roboto-Regular.ttf"
},
"bold": {
"size": 32,
"path": "fonts/Roboto-Bold.ttf"
}
},
"text": {
"limit": 24,
"cut_after": 22
},
"image": {
"color": {
"background": {
"R": 0,
"G": 136,
"B": 208,
"A": 255
},
"day_on": {
"R": 249,
"G": 186,
"B": 24,
"A": 255
},
"day_off": {
"R": 230,
"G": 230,
"B": 230,
"A": 255
},
"text": {
"R": 255,
"G": 255,
"B": 255,
"A": 255
}
},
"size": {
"height": 200,
"width": 382
},
"position": {
"days": {
"y": 150
},
"mission": {
"x": 362,
"y": 10
},
"schedule": {
"x": 15,
"y": 10
},
"origin": {
"x": 15,
"y": 60
},
"terminus": {
"x": 15,
"y": 95
}
}
},
"cache": {
"force_refresh": false
},
"http": {
"port": 9090
},
"influxdb": {
"host": "",
"username": "",
"password": "",
"database": "",
"measurement": "cards-generator"
}
}