-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
56 lines (55 loc) · 1.08 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
47
48
49
50
51
52
53
54
55
56
{
"General": {
"currency": "EUR",
"Log": true,
"Mode": "Debug",
"Init Wait time (sec)": 0,
"_othermodes": "Test,Production"
},
"Serial": {
"dev": "/dev/ttyUSB0",
"rate": 9600
},
"Database": {
"server":"localhost",
"name" : "wp-donationbox",
"username":"root",
"password":""
},
"WebSockets": {
"server":"ws://donationbox.pi:8888/ws"
},
"Protocol":{
},
"Printer": {
"enabled": false,
"dev": "/dev/ttyAMA0",
"baudrate": 9600,
"heattime": 255,
"timeout": 5,
"feedlines": 3
},
"UI": {
"ShowPopUps": false,
"Mode": "Test",
"_othermodes": "Debug,Production"
},
"Files": {
"Services": {
"Serial2DB.py": "home/pi/donation-box/",
"wsServer.py": "home/pi/donation-box/",
"donationbox.sh": "home/pi/donation-box/"
},
"ProgressBar": {
"pro-bars.min.css":"",
"pro-bars.min.js":"",
"backbone.js":"",
"appear.min.js":"",
"jquery-ui.min.js":""
},
"PopUp": {
"jquery.min.js":"",
"jquery.bpopup.min.js":""
}
}
}