-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 944 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
{
"Event": {
"Name": "Test_Berch",
"Date": "2022-06-04",
"strUnique": "manual_test_event"
},
"FotoBox": {
"tOutStartSlideShow": "15000",
"tOutNextSlide": "5000",
"tTriggerDelay": "2000",
"numLeft": "1852"
},
"Camera": {
"IP": "192.168.178.27",
"width": "5184",
"height": "3456"
},
"Serial": {
"Path": "/dev/ttyUSB0"
},
"Printer": {
"Name": "zj-58",
"bEnable": true,
"grayscaleOptions": "-equalize"
},
"Paths": {
"localFotos": "public/fotos/2022-06-04_Test_Berch",
"localThumbnails": "public/thumbnails/2022-06-04_Test_Berch",
"publicFotos": "fotos/2022-06-04_Test_Berch",
"publicThumbnails": "thumbnails/2022-06-04_Test_Berch",
"strUnique": "2022-06-04_Test_Berch"
},
"Mongo": {
"Server": "localhost",
"Port": "27017",
"DB": "FotoBox",
"Collection": "2019-03-29_RudiRockt",
"URL": "mongodb://localhost:27017/FotoBox"
}
}