From 82b2b9375b5422835ece6a803eb22a64ab08b574 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 5 Feb 2025 03:19:24 +0100 Subject: [PATCH] Move line --- config.default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.js b/config.default.js index 4b96d01..23a93c7 100644 --- a/config.default.js +++ b/config.default.js @@ -10,8 +10,8 @@ exports.MAIN = { IP_REPORT_COOLDOWN: 12 * 60 * 60 * 1000, // The minimum time (12 hours) that must pass before reporting the same IP address again. // Automatic updates - AUTO_UPDATE_SCHEDULE: '0 18 * * *', // Schedule for automatic script updates (CRON format). Default: every day at 18:00 AUTO_UPDATE_ENABLED: true, // Do you want the script to automatically update to the latest version using 'git pull'? (true = enabled, false = disabled) + AUTO_UPDATE_SCHEDULE: '0 18 * * *', // Schedule for automatic script updates (CRON format). Default: every day at 18:00 };