-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexample-default-env.json
More file actions
43 lines (43 loc) · 1.28 KB
/
example-default-env.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"VCAP_SERVICES": {
"destination": [
{
"label": "destination",
"plan": "lite",
"name": "odata-mcp-proxy-destination",
"credentials": {
"clientid": "your-destination-client-id",
"clientsecret": "your-destination-client-secret",
"uri": "https://destination-configuration.cfapps.eu10.hana.ondemand.com",
"url": "https://your-subdomain.authentication.eu10.hana.ondemand.com"
}
}
],
"connectivity": [
{
"label": "connectivity",
"plan": "lite",
"name": "odata-mcp-proxy-connectivity",
"credentials": {
"clientid": "your-connectivity-client-id",
"clientsecret": "your-connectivity-client-secret",
"onpremise_proxy_host": "connectivityproxy.internal.cf.eu10.hana.ondemand.com",
"onpremise_proxy_port": "20003"
}
}
],
"xsuaa": [
{
"label": "xsuaa",
"plan": "application",
"name": "odata-mcp-proxy-xsuaa",
"credentials": {
"clientid": "your-xsuaa-client-id",
"clientsecret": "your-xsuaa-client-secret",
"url": "https://your-subdomain.authentication.eu10.hana.ondemand.com",
"xsappname": "odata-mcp-proxy"
}
}
]
}
}