-
Notifications
You must be signed in to change notification settings - Fork 2
/
TRUE Connector v1 enviroment.postman_environment.json
63 lines (63 loc) · 1.31 KB
/
TRUE Connector v1 enviroment.postman_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
63
{
"id": "91f0e0ee-22c2-48f4-8a89-0f507fb1593f",
"name": "TRUE Connector v1 enviroment",
"values": [
{
"key": "Proxy_Endpoint",
"value": "https://localhost:8184/proxy",
"type": "default",
"enabled": true
},
{
"key": "multipart_type",
"value": "form",
"type": "default",
"enabled": true
},
{
"key": "Forward-To",
"value": "https://ecc-provider:8889/data",
"type": "default",
"enabled": true
},
{
"key": "Forward-To-WS",
"value": "wss://ecc-provider:8086",
"type": "default",
"enabled": true
},
{
"key": "Forward-To-Internal",
"value": "wss://ecc-consumer:8887",
"type": "default",
"enabled": true
},
{
"key": "Self_Description_URL",
"value": "https://localhost:8090",
"type": "default",
"enabled": true
},
{
"key": "Broker_URL",
"value": "https://broker-reverseproxy/infrastructure",
"type": "default",
"enabled": true
},
{
"key": "Audit_URL",
"value": "https://localhost:8090/api/audit/",
"type": "default",
"enabled": true
},
{
"key": "contract_artifact",
"value": "http://w3id.org/engrd/connector/artifact/1",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-02-21T15:12:10.389Z",
"_postman_exported_using": "Postman/10.16.9"
}