mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change example httpStatic to avoid node-red-dashboard clash
This commit is contained in:
parent
b78210e3be
commit
0eba04aac0
@ -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
|
||||
// -----------------
|
||||
|
Loading…
Reference in New Issue
Block a user