httpsRefreshInterval in seconds

This commit is contained in:
bartbutenaers 2020-05-02 22:22:36 +02:00 committed by GitHub
parent 4694644043
commit e16f48c9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)!
// 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
// be redirected to HTTPS.