From 42cd6f94a7e0bf063b00c888c42a23ffdf642c60 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 11 Nov 2014 10:16:55 +0000 Subject: [PATCH] fix settings --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 66f290d33..1bfacbe53 100644 --- a/settings.js +++ b/settings.js @@ -66,7 +66,7 @@ module.exports = { // You can protect the user interface with a userid and password by using the following property. // The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password') - httpAdminAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"}, + //httpAdminAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"}, // Some nodes, such as HTTP In, can be used to listen for incoming http requests. // By default, these are served relative to '/'. The following property