forked from ScorpioBroker/ScorpioBroker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
api-test-dist-environment.json
62 lines (62 loc) · 1.29 KB
/
api-test-dist-environment.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
{
"id": "146e52f0-fd32-4814-8e58-8a3c0f4d5eb7",
"values": [
{
"key": "notificationserver",
"value": "http://testserver:8080",
"type": "default",
"enabled": true
},
{
"key": "entity-manager",
"value": "http://localhost:1025",
"type": "default",
"enabled": true
},
{
"key": "query-manager",
"value": "http://localhost:1026",
"type": "default",
"enabled": true
},
{
"key": "subscription-manager",
"value": "http://localhost:2026",
"type": "default",
"enabled": true
},
{
"key": "registry-manager",
"value": "http://localhost:1030",
"type": "default",
"enabled": true
},
{
"key": "registry-subscription-manager",
"value": "http://localhost:2025",
"type": "default",
"enabled": true
},
{
"key": "history-entity-manager",
"value": "http://localhost:1040",
"type": "default",
"enabled": true
},{
"key": "history-query-manager",
"value": "http://localhost:1041",
"type": "default",
"enabled": true
},
{
"key": "notificationserver-external",
"value": "http://localhost:8080",
"type": "default",
"enabled": true
}
],
"name": "My Workspace Globals",
"_postman_variable_scope": "globals",
"_postman_exported_at": "2022-08-09T13:58:46.488Z",
"_postman_exported_using": "Postman/9.27.0"
}