mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
httpsRefreshInterval in seconds
This commit is contained in:
parent
4694644043
commit
e16f48c9fd
4
packages/node_modules/node-red/settings.js
vendored
4
packages/node_modules/node-red/settings.js
vendored
@ -153,10 +153,10 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
//},
|
//},
|
||||||
|
|
||||||
// The following property can be used to refresh the https settings at regular time intervals (milliseconds).
|
// The following property can be used to refresh the https settings at regular time intervals (seconds).
|
||||||
// Prerequisite: the 'https' property should be enabled (based on a function)!
|
// Prerequisite: the 'https' property should be enabled (based on a function)!
|
||||||
// Caution: NodeJs version 11 or above is required to use this option!
|
// Caution: NodeJs version 11 or above is required to use this option!
|
||||||
//httpsRefreshInterval : 3600000,
|
//httpsRefreshInterval : 3600,
|
||||||
|
|
||||||
// The following property can be used to cause insecure HTTP connections to
|
// The following property can be used to cause insecure HTTP connections to
|
||||||
// be redirected to HTTPS.
|
// be redirected to HTTPS.
|
||||||
|
Loading…
Reference in New Issue
Block a user