mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update settings.js
This commit is contained in:
parent
efd8c3d6d2
commit
e6ec59092c
4
packages/node_modules/node-red/settings.js
vendored
4
packages/node_modules/node-red/settings.js
vendored
@ -111,6 +111,10 @@ module.exports = {
|
|||||||
|
|
||||||
// If you installed the optional node-red-dashboard you can set it's path
|
// If you installed the optional node-red-dashboard you can set it's path
|
||||||
// relative to httpRoot
|
// relative to httpRoot
|
||||||
|
// Other optional properties include
|
||||||
|
// readOnly:{boolean},
|
||||||
|
// middleware:{function or array}, (req,res,next) - http middleware
|
||||||
|
// ioMiddleware:{function or array}, (socket,next) - socket.io middleware
|
||||||
//ui: { path: "ui" },
|
//ui: { path: "ui" },
|
||||||
|
|
||||||
// Securing Node-RED
|
// Securing Node-RED
|
||||||
|
Loading…
Reference in New Issue
Block a user