Fixed issue with cert renew

This commit is contained in:
2026-02-25 22:59:04 -05:00
parent bcc777ccdf
commit 59bba8273a
2 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -17,7 +17,9 @@ module.exports = {
},
service:{
hostScheduler:{
enabled: false,
enabled: true,
initial: 5000,
interval: 86400000,
}
},
};