Change example httpStatic to avoid node-red-dashboard clash

This commit is contained in:
Nick O'Leary 2016-06-19 20:25:31 +01:00
parent b78210e3be
commit 0eba04aac0
1 changed files with 2 additions and 2 deletions

View File

@ -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
// -----------------