-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.json
78 lines (78 loc) · 1.49 KB
/
conf.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"app": {
"host": "127.0.0.1",
"port": "8000",
"debug": false,
"log_level": 10
},
"cups": {
"printer_name": "Nadeldrucker",
"enabled": true
},
"badge":{
"size": {
"width": 1240,
"height": 874
},
"preview": {
"background": "files/GPN20-Badge.png",
"showMargins": false
},
"fields":{
"name": {
"description": "Enter your (Nick-)Name",
"text": {
"anchor": "mm",
"position": null
},
"font": {
"path": "files/font.ttf",
"max_size": 140,
"min_size": 80
},
"margins":{
"top": 365,
"bottom": 365,
"left": 30,
"right": 30
},
"debug":{
"color": "red",
"width": 2
}
},
"pronouns": {
"description": "Enter a second line (you Pronouns for example)",
"text": {
"anchor": "mm",
"position": null
},
"font": {
"path": "files/font.ttf",
"max_size": 70,
"min_size": 50
},
"margins":{
"top": 540,
"bottom": 260,
"left": 430,
"right": 430
},
"debug":{
"color": "green",
"width": 2
}
}
}
},
"ticket": {
"enabled": true,
"data_source": {
"name": "csv",
"config": {
"path": "files/tickets.csv",
"case_sensitive": false
}
}
}
}