mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
added the ability to listen at a specific ip
This commit is contained in:
parent
a47b5ab458
commit
5306a88214
3 changed files with 9 additions and 2 deletions
|
@ -21,6 +21,11 @@
|
|||
|
||||
var fs = require("fs");
|
||||
|
||||
/**
|
||||
* The IP ep-lite should listen to
|
||||
*/
|
||||
exports.ip = "0.0.0.0";
|
||||
|
||||
/**
|
||||
* The Port ep-lite should listen to
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue