-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.01 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
{
"hiso_india": {
"name": "India Base24",
"header_length": 4,
"protocol": "HISO87",
"host": "10.77.49.232",
"port": "42320",
"spec": "./specs/hiso_india"
},
"apacs_aibms": {
"name": "AIBMS Base24 Classic",
"header_length": 4,
"protocol": "APACS",
"host": "10.77.49.232",
"port": "42322",
"spec": {
"req": "./specs/apacs_request",
"res": "./specs/apacs_response"
}
},
"apacs_fdms": {
"name": "FDMS/Cardnet MAS",
"header_length": 4,
"protocol": "APACS",
"host": "10.77.49.232",
"port": "42321",
"spec": {
"req": "./specs/apacs_request",
"res": "./specs/apacs_response"
}
},
"biciso_argentina": {
"name": "Argentina Base24",
"header_length": 4,
"protocol": "APACS",
"host": "10.77.49.232",
"port": "42332",
"spec": "./specs/biciso_argentina"
}
}