Remove stray setting from testing

This commit is contained in:
Nicholas O'Leary 2013-11-10 15:15:37 +00:00
parent 95bef6b6ca
commit 89dc15567d
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
module.exports = {
uiPort: 1880,
userDir: "/tmp/a",
// 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.