Fix false

This commit is contained in:
2025-11-13 21:40:13 +01:00
parent 7331e6d490
commit 6bf1d6270a

View File

@@ -104,7 +104,7 @@
// === NOTIFICATIONS === // === NOTIFICATIONS ===
// See docs/notifications.md for details // See docs/notifications.md for details
"webhook": { "webhook": {
"enabled": true, "enabled": false,
"url": "" "url": ""
}, },
"conclusionWebhook": { "conclusionWebhook": {
@@ -142,7 +142,7 @@
// The bot will run once per day at the time you specify // The bot will run once per day at the time you specify
// Time is based on YOUR computer/server timezone (automatically detected) // Time is based on YOUR computer/server timezone (automatically detected)
"scheduling": { "scheduling": {
"enabled": true, // Set to true to enable automatic daily runs "enabled": false, // Set to true to enable automatic daily runs
"time": "09:00" // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM "time": "09:00" // Time in 24h format (HH:MM) - e.g., "09:00" = 9 AM, "21:30" = 9:30 PM
}, },
// === UPDATES === // === UPDATES ===