forked from ScorpioBroker/ScorpioBroker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
api-test-aaio-localhost-environment.json
57 lines (57 loc) · 1.17 KB
/
api-test-aaio-localhost-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
{
"id": "146e52f0-fd32-4814-8e58-8a3c0f4d5eb7",
"values": [
{
"key": "notificationserver",
"value": "http://localhost:8080",
"type": "default",
"enabled": true
},
{
"key": "entity-manager",
"value": "http://localhost:9090",
"type": "default",
"enabled": true
},
{
"key": "query-manager",
"value": "http://localhost:9090",
"type": "default",
"enabled": true
},
{
"key": "subscription-manager",
"value": "http://localhost:9090",
"type": "default",
"enabled": true
},
{
"key": "registry-manager",
"value": "http://localhost:9090",
"type": "default",
"enabled": true
},
{
"key": "registry-subscription-manager",
"value": "http://localhost:9090",
"type": "default",
"enabled": true
},
{
"key": "history-manager",
"value": "http://localhost:9090",
"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:54:34.040Z",
"_postman_exported_using": "Postman/9.27.0"
}