We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d166 commit e63432cCopy full SHA for e63432c
77-cloudant-cf.js
@@ -268,7 +268,7 @@ module.exports = function(RED) {
268
}
269
270
else if (n.service != "") {
271
- var cloudantConfig = cfEnv.getService(n.service);
+ var cloudantConfig = appEnv.getService(n.service);
272
if (cloudantConfig) {
273
return cloudantConfig.credentials.url;
274
package.json
@@ -1,6 +1,6 @@
1
{
2
"name" : "node-red-node-cf-cloudant",
3
- "version" : "0.2.6",
+ "version" : "0.2.7",
4
"description" : "A Node-RED node to access a Cloudant database on Bluemix",
5
"dependencies" : {
6
"cfenv": "1.0.0",
0 commit comments