forked from finos/symphony-api-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevelop2.postman_environment.json
59 lines (59 loc) · 1.12 KB
/
Develop2.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
{
"id": "45c6a9da-8681-4cbd-8609-3e8364953aa8",
"name": "Develop2",
"values": [
{
"key": "botName",
"value": "bot-username",
"enabled": true
},
{
"key": "botKey",
"value": "--- BEGIN PRIVATE KEY ---x---END PRIVATE KEY",
"enabled": true
},
{
"key": "sessionAuthUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "keyManAuthUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "certSessionAuthUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "certKeyManAuthUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "podUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "agentUrl",
"value": "develop2.symphony.com",
"enabled": true
},
{
"key": "appName",
"value": "app-name",
"enabled": true
},
{
"key": "appKey",
"value": "--- BEGIN PRIVATE KEY ---x---END PRIVATE KEY",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-01-13T03:39:12.572Z",
"_postman_exported_using": "Postman/7.36.1"
}