Update settings.js

This commit is contained in:
Dave Conway-Jones 2021-02-17 12:02:27 +00:00
parent efd8c3d6d2
commit e6ec59092c
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,7 @@ module.exports = {
// Timeout in milliseconds for HTTP request connections
// defaults to 120 seconds
//httpRequestTimeout: 120000,
// Maximum buffer size for the exec node
// defaults to 10Mb
//execMaxBufferSize: 10000000,
@ -111,6 +111,10 @@ module.exports = {
// If you installed the optional node-red-dashboard you can set it's path
// 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" },
// Securing Node-RED