-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathexample-default-env.json
More file actions
40 lines (40 loc) · 996 Bytes
/
example-default-env.json
File metadata and controls
40 lines (40 loc) · 996 Bytes
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
{
"VCAP_SERVICES": {
"xsuaa": [
{
"name": "mcp-uaa",
"label": "xsuaa",
"tags": [
"xsuaa"
],
"credentials": {
<for running in BAS add credentials>
}
}
],
"destination": [
{
"name": "mcp-dest",
"label": "destination",
"tags": [
"destination"
],
"credentials": {
<for running in BAS add credentials>
}
}
],
"connectivity": [
{
"name": "mcp-conn",
"label": "connectivity",
"tags": [
"connectivity"
],
"credentials": {
<for running in BAS add credentials>
}
}
]
}
}