forked from IBM-Cloud/facebook-photo-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcap-local-example.json
47 lines (47 loc) · 1.46 KB
/
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
40
41
42
43
44
45
46
47
{
"services": {
"visual_recognition": [
{
"name": "visual-recognition-photo-analyzer",
"label": "visual_recognition",
"plan": "free",
"credentials": {
"url": "https://gateway.watsonplatform.net/visual-recognition-beta/api",
"username": "YOURUSERNAME",
"password": "YOURPASSWORD"
}
}
],
"alchemy_api": [
{
"credentials": {
"apikey": "YOURAPIKEY",
"note": "It may take up to 5 minutes for this key to become active",
"url": "https://gateway-a.watsonplatform.net/calls"
},
"label": "alchemy_api",
"name": "alchemy-api-photo-analyzer",
"plan": "Free",
"tags": [
"watson",
"ibm_created",
"ibm_dedicated_public"
]
}
],
"cloudantNoSQLDB": [
{
"name": "cloudant-photo-analyzer",
"label": "cloudantNoSQLDB",
"plan": "Shared",
"credentials": {
"username": "YOURUSERNAME",
"password": "YOURPASSWORD",
"host": "YOURHOST",
"port": 443,
"url": "YOURURL"
}
}
]
}
}