From 0eba04aac03ee464b9f97a96a5e72c0debd9fa34 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 19 Jun 2016 20:25:31 +0100 Subject: [PATCH] Change example httpStatic to avoid node-red-dashboard clash --- settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.js b/settings.js index 67e04b925..5ec7fcef0 100644 --- a/settings.js +++ b/settings.js @@ -1,5 +1,5 @@ /** - * Copyright 2013, 2015 IBM Corp. + * Copyright 2013, 2016 IBM Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -80,7 +80,7 @@ module.exports = { // When httpAdminRoot is used to move the UI to a different root path, the // following property can be used to identify a directory of static content // that should be served at http://localhost:1880/. - //httpStatic: '/home/nol/node-red-dashboard/', + //httpStatic: '/home/nol/node-red-static/', // Securing Node-RED // -----------------