-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcombine_items.json
76 lines (76 loc) · 1.37 KB
/
combine_items.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
64
65
66
67
68
69
70
71
72
73
74
75
76
[
{
"value": "testdriverApi_A_WIN_Client",
"url": "https://localhost:8080",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_A_ORG",
"url": "https://localhost:8081"
},
{
"value": "testdriverApi_B_WIN_Client",
"url": "https://localhost:8082",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_B_ORG",
"url": "https://localhost:8083"
},
{
"value": "testdriverApi_C_IOS_Insurant",
"url": "https://localhost:8084",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_C_ORG",
"url": "https://localhost:8085"
},
{
"value": "testdriverApi_D_AND_Insurant",
"url": "https://localhost:8086",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_D_ORG",
"url": "https://localhost:8087"
},
{
"value": "testdriverApi_E_WIN_Pro",
"url": "https://localhost:8088",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_E_ORG",
"url": "https://localhost:8089"
},
{
"value": "testdriverApi_F_WIN_Pro",
"url": "https://localhost:8090",
"tags": [
"prefIOP"
]
},
{
"value": "testdriverApi_F_ORG",
"url": "https://localhost:8091"
},
{
"value": "testdriverApi_G_WIN_Pro",
"url": "https://localhost:8092"
},
{
"value": "testdriverApi_G_ORG",
"url": "https://localhost:8093"
}
]