Alejandro Acuña
2024-07-30 65a64a81d30f00f1fffd5da6866850e1308e1135
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
{
 
    "Cleaners":
    [
        {
            "Name": "Cleaner",
            "Polling": 86400,
            "Minimum free space": 5,
            "Disk": "C:/",
            "Paths":
            [
                "c:/tmp/imgs",
                "c:/tmp/video",
                "c:/temp",
                "c:/teml/logs"
            ]
        }
    ],
      
 
    
    "Database detections":
    {
        "Name" : "GOST",
        "Driver": "org.postgresql.Driver",
        "Connection string": "jdbc:postgresql://172.16.11.18:5432/ARTIC",
        "User": "A/zYtigVU7uJN/pJjR1y0A==",
        "Password": "cTSO+EwtFDjTE5l40R+s8w==",
        "Pool" : 5
    },
 
    
    "Libre Office binary path" : "C:\\Program Files\\LibreOffice\\program",
 
 
    "ATEX5":
    {
        "Keystore location" : "data/art.servers.access-server/atex5/keystore.jks",
        "Keystore password" : "oviedo",
        "Keystore type" : "JKS",
 
        "Certificate alias" : "(lp_qsep_m_es_p12_344_1825_sw_kpsc)_p3304400i",
        "Certificate password" : "xNiYmH7GVyhdmuZP",
        
        "Endpoint" : "https://apl.p3.trafico.es:8081/WS_ATEX5/services/ATEX",
        "Version" : "5",
        "User identifier" : "P3304400I",
        "Organism identifier" : "GI",
        "Responsible identifier" : "12345678Z",
        "Debug" : true
    }
          
      
}