Skip to content

Commit

Permalink
Move from VCAP_APP_PORT to PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 21, 2016
1 parent 3fe69b0 commit 3d2bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluemix-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var VCAP_APPLICATION = JSON.parse(process.env.VCAP_APPLICATION);
var VCAP_SERVICES = JSON.parse(process.env.VCAP_SERVICES);

var settings = module.exports = {
uiPort: process.env.VCAP_APP_PORT || 1880,
uiPort: process.env.PORT || 1880,
mqttReconnectTime: 15000,
serialReconnectTime: 15000,
debugMaxLength: 1000,
Expand Down

0 comments on commit 3d2bbf2

Please sign in to comment.