vincebhleo / cognitive-bluemix-starter

A Deploy-To-Bluemix enabled instance of Node.js with Node-RED embedded that can be forked, customised and reused for Cognitive IoT.
1 stars 1 forks source link

Remove use of process.env.VCAP_APP_PORT #21

Closed knolleary closed 7 years ago

knolleary commented 7 years ago

Hi,

in the very near future process.env.VCAP_APP_PORT will no longer be available in Bluemix - this environment variable has been replaced by process.env.PORT instead.

Ref: https://github.com/ibmets/node-red-bluemix-starter/issues/6

Please update this starter as soon as possible.

Thanks, Nick

vincebhleo commented 7 years ago

Fixed in #24 so closing issue.