I have a NodeRED application on Bluemix using Cloudant. All well and good.
I tried to run it local after setting the VCAP_SERVICES environment variable. All well and good.
Now I want to change to a local couchDB (Port 5984) but I fail to find the right set of entries for the VCAP_SERVICES environment variable to point to local.
My goal: without touching the flows switch between the databases bases on the env variable.
Can someone enlighten me?