Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Feb 17, 2021
1 parent efd8c3d commit e6ec590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/node_modules/node-red/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e6ec590

Please sign in to comment.