mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
parent
3fd2d07c75
commit
c604ac2207
6
packages/node_modules/node-red/settings.js
vendored
6
packages/node_modules/node-red/settings.js
vendored
@ -133,6 +133,7 @@ module.exports = {
|
|||||||
* - httpServerOptions
|
* - httpServerOptions
|
||||||
* - httpAdminRoot
|
* - httpAdminRoot
|
||||||
* - httpAdminMiddleware
|
* - httpAdminMiddleware
|
||||||
|
* - httpAdminCookieOptions
|
||||||
* - httpNodeRoot
|
* - httpNodeRoot
|
||||||
* - httpNodeCors
|
* - httpNodeCors
|
||||||
* - httpNodeMiddleware
|
* - httpNodeMiddleware
|
||||||
@ -178,6 +179,11 @@ module.exports = {
|
|||||||
// next();
|
// next();
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
/** The following property can be used to set addition options on the session
|
||||||
|
* cookie used as part of adminAuth authentication system
|
||||||
|
* Available options are documented here: https://www.npmjs.com/package/express-session#cookie
|
||||||
|
*/
|
||||||
|
// httpAdminCookieOptions: { },
|
||||||
|
|
||||||
/** Some nodes, such as HTTP In, can be used to listen for incoming http requests.
|
/** Some nodes, such as HTTP In, can be used to listen for incoming http requests.
|
||||||
* By default, these are served relative to '/'. The following property
|
* By default, these are served relative to '/'. The following property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user