mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add settings to default settings.js file
This commit is contained in:
parent
d66828aaf1
commit
b5fae8bb73
12
packages/node_modules/node-red/settings.js
vendored
12
packages/node_modules/node-red/settings.js
vendored
@ -441,6 +441,8 @@ module.exports = {
|
|||||||
* - socketReconnectTime
|
* - socketReconnectTime
|
||||||
* - socketTimeout
|
* - socketTimeout
|
||||||
* - tcpMsgQueueSize
|
* - tcpMsgQueueSize
|
||||||
|
* - tcpInAllowInboundConnections
|
||||||
|
* - udpInAllowInboundConnections
|
||||||
* - inboundWebSocketTimeout
|
* - inboundWebSocketTimeout
|
||||||
* - tlsConfigDisableLocalFiles
|
* - tlsConfigDisableLocalFiles
|
||||||
* - webSocketNodeVerifyClient
|
* - webSocketNodeVerifyClient
|
||||||
@ -509,6 +511,16 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
//tcpMsgQueueSize: 2000,
|
//tcpMsgQueueSize: 2000,
|
||||||
|
|
||||||
|
/** Permit TCP nodes to expose inbound connections. Set value to `false` to disable the inbound modes.
|
||||||
|
* defaults to true
|
||||||
|
*/
|
||||||
|
//tcpInAllowInboundConnections: true,
|
||||||
|
|
||||||
|
/** Permit UDP nodes to expose inbound connections. Set value to `false` to disable the inbound modes.
|
||||||
|
* defaults to true
|
||||||
|
*/
|
||||||
|
//udpInAllowInboundConnections: true,
|
||||||
|
|
||||||
/** Timeout in milliseconds for inbound WebSocket connections that do not
|
/** Timeout in milliseconds for inbound WebSocket connections that do not
|
||||||
* match any configured node. Defaults to 5000
|
* match any configured node. Defaults to 5000
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user