From 19685f559fad2a686cd802e955521d82fd0710eb Mon Sep 17 00:00:00 2001 From: ybouane Date: Thu, 10 Oct 2024 00:54:50 -0400 Subject: [PATCH] Added settings for Telegram bot (for sending notifications) --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 61e1fe0..d206c43 100644 --- a/config.js +++ b/config.js @@ -6,6 +6,10 @@ export default { timeout : 5000, // In milliseconds, requests will be aborted above this. (Do not ) readableStatusJson : true, // Format status.json to be human readable logsMaxDatapoints : 200, // Maximum datapoints history to keep (per endpoint) + telegram : { + botToken : '', + chatId : '', + }, sites : [ { id : 'google', // optional