Add settings.uiHost - to allow binding to a specific interface

Closes #58
This commit is contained in:
Nicholas O'Leary
2013-11-08 14:50:54 +00:00
parent cb6fbf29a8
commit a2e77471a9
2 changed files with 14 additions and 3 deletions

View File

@@ -15,6 +15,12 @@
**/
module.exports = {
uiPort: 1880,
// By default, the Node-RED UI accepts connections on all IPv4 interfaces.
// The following property can be used to listen on a specific interface. For
// example, the following would only allow connections from the local machine.
//uiHost: "127.0.0.1",
mqttReconnectTime: 15000,
serialReconnectTime: 15000,
debugMaxLength: 1000,