-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcap-local-example.json
39 lines (39 loc) · 994 Bytes
/
vcap-local-example.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
{
"services":
{
"cloudantNoSQLDB":
[{
"credentials":
{
"username": "",
"password": "",
"host": "",
"port": 443,
"url": ""
},
"label": "cloudantNoSQLDB"
}],
"conversation":
[{
"credentials":
{
"apikey": "",
"iam_apikey_description": "",
"iam_apikey_name": "",
"iam_role_crn": "",
"iam_serviceid_crn": "",
"url": "https://gateway.watsonplatform.net/assistant/api"
},
"label": "conversation"
}],
"decision":
[{
"credentials":
{
"url": "https://decision-composer.ibm.com/rest/public/v1/execution/5bfc13942846520012a113d5/execute/v14",
"apikey": ""
},
"label": "decision"
}]
}
}