From 89dc15567dc368bf40dde7d1ef3c9e15a1bb5bbb Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Sun, 10 Nov 2013 15:15:37 +0000 Subject: [PATCH] Remove stray setting from testing --- settings.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings.js b/settings.js index 1037e54f0..ce7cb47fe 100644 --- a/settings.js +++ b/settings.js @@ -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.