-
Notifications
You must be signed in to change notification settings - Fork 18
/
vcap-local.json
32 lines (32 loc) · 1.1 KB
/
vcap-local.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
{
"services": {
"cloudantNoSQLDB": [
{
"name": "supply-chain-datastore",
"label": "cloudantNoSQLDB",
"plan": "Shared",
"credentials": {
"username": "02c2f59a-19f3-413b-ac6d-3fabd28e1556-bluemix",
"password": "ca0ac2740474fe23c5ae75c54912188a6715f1041c3374608e919ad3b0426637",
"host": "02c2f59a-19f3-413b-ac6d-3fabd28e1556-bluemix.cloudant.com",
"port": 443,
"url": "https://02c2f59a-19f3-413b-ac6d-3fabd28e1556-bluemix:ca0ac2740474fe23c5ae75c54912188a6715f1041c3374608e919ad3b0426637@02c2f59a-19f3-413b-ac6d-3fabd28e1556-bluemix.cloudant.com"
}
}
],
"weatherinsights": [
{
"name": "supply-chain-weather-insights",
"label": "weatherinsights",
"plan": "Free",
"credentials": {
"username": "8cb2cc73-bbeb-4aa9-97c0-a33aa5c75a0c",
"password": "0kCBimC4Py",
"host": "twcservice.mybluemix.net",
"port": 443,
"url": "https://8cb2cc73-bbeb-4aa9-97c0-a33aa5c75a0c:[email protected]"
}
}
]
}
}