-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
63 lines (62 loc) · 1.53 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
57
58
59
60
61
62
63
{
"local_flexbuff": [
{
"user": null,
"machine": "aribox",
"port": 2620,
"control_ip": "10.88.0.24",
"data_ip": "192.42.120.101",
"machine_type": "flexbuff"
},
{
"user": "jops",
"machine": "flexbuf0",
"port": 2620,
"control_ip": "10.88.0.25",
"data_ip": "192.42.120.68",
"machine_type": "flexbuff"
}
],
"remote_flexbuff": [
{
"user": "oper",
"machine": "bogar.oso.chalmers.se",
"port": 2621,
"control_ip": "129.16.208.145",
"data_ip": "129.16.208.145",
"machine_type": "flexbuff",
"station": "On"
}
],
"mark5": [
{
"machine": "0",
"control_ip": "10.88.0.50",
"data_ip": "192.42.120.2",
"port": 2620
}
],
"file": [
{
"user": null,
"machine": "aribox",
"port": 2620,
"control_ip": "10.88.0.24",
"data_ip": "192.42.120.101"
},
{
"user": "jops",
"machine": "flexbuf0",
"port": 2620,
"control_ip": "10.88.0.25",
"data_ip": "192.42.120.68"
},
{
"user": "jops",
"machine": "0",
"control_ip": "10.88.0.50",
"data_ip": "192.42.120.2",
"port": 2620
}
]
}