mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-15 11:36:53 -04:00
stackato support
This commit is contained in:
parent
a5fb1e33de
commit
0f2d542bbe
4 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue