forked from SAP-archive/teched2020-IIS360
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-env.json
25 lines (25 loc) · 863 Bytes
/
default-env.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
{
"VCAP_SERVICES": {
"s4-hana-cloud": [{
"label": "s4-hana-cloud",
"provider": null,
"plan": "api-access",
"name": "teched-2020",
"tags": ["s4-hana-cloud"],
"instance_name": "teched-2020",
"binding_name": null,
"credentials": {
"Type": "HTTP",
"User": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"Authentication": "BasicAuthentication",
"WebIDEEnabled": "true",
"ProxyType": "Internet",
"URL": "https://myXXXXX-api.s4hana.ondemand.com/sap/opu/odata/sap/API_BUSINESS_PARTNER",
"Name": "teched-2020",
"Password": "XXXXXXXXXXXXXXXXXXXXXXXXX"
},
"syslog_drain_url": null,
"volume_mounts": []
}]
}
}