Alejandro Acuña
2024-10-25 e51f4a713ed6e744c203c9493165584728a29c52
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
{
    "Cleaners":
    [
        {
            "Name": "Cleaner",
            "Polling": 86400,
            "Minimum free space": 5,
            "Disk": "E:/",
            "Paths":
            [
                "E:/GOST/processed",
                "E:/GOST/error"
            ]
        }
    ],
 
    "Detections":
    {
        "Enabled" : true,
        "Plate confidence" : 90
    },
    
     "ZPR Configuration":
      {
          "Waiting period": 48
      },
 
    "Database detections":
    {
        "Name" : "GOST",
        "Driver": "org.postgresql.Driver",
        "Connection string": "jdbc:postgresql://172.17.0.161:6004/ZPR",
        "User": "A/zYtigVU7uJN/pJjR1y0A==",
        "Password": "XkTk/lXBBmtDivSxv5OvPQ==",
        "Pool" : 50
    },
 
 
    "Libre Office binary path" : "C:\\Program Files\\LibreOffice\\program"
 
}