stackato support

This commit is contained in:
Robert Helmer 2013-01-23 11:53:08 -08:00
parent a5fb1e33de
commit 0f2d542bbe
4 changed files with 17 additions and 1 deletions

View file

@ -45,7 +45,7 @@ exports.faviconTimeslider = "../../" + exports.favicon;
/**
* The IP ep-lite should listen to
*/
exports.ip = "0.0.0.0";
exports.ip = process.env.VCAP_APP_HOST || "0.0.0.0";
/**
* The Port ep-lite should listen to