From 60bc9c56263f0818eb2960aad7af40bf85f543ad Mon Sep 17 00:00:00 2001 From: kimm-cloud Date: Mon, 5 May 2025 11:59:04 +0200 Subject: [PATCH 1/2] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index c0cc6963..015cf792 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ let config = { autoRead: process.env.AUTO_READ?.toLowerCase() === "true" || false, autoViewStatus: process.env.AUTO_VIEW_STATUS?.toLowerCase() === "true" || false, autoReact: process.env.AUTO_REACT?.toLowerCase() === "true" || false, - sessionId: process.env.SESSION_ID || "", + sessionId: process.env.SESSION_ID || "L8R1HB4E", autoRejectEnabled: process.env.AUTO_REJECT_ENABLED?.toLowerCase() === "true" || false, antiDelete: process.env.ANTIDELETE?.toLowerCase() === "true" || false, sessionSite: process.env.SESSION_SITE || 'https://session-toxxictech.zone.id', @@ -30,4 +30,4 @@ fs.watchFile(file, () => { config = require(file); }); -module.exports = config; \ No newline at end of file +module.exports = config; From 9a7af96de37a95378f51baade21015ddd2a9fc1f Mon Sep 17 00:00:00 2001 From: kimm-cloud Date: Wed, 7 May 2025 17:57:31 +0200 Subject: [PATCH 2/2] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 015cf792..19672579 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ let config = { autoRead: process.env.AUTO_READ?.toLowerCase() === "true" || false, autoViewStatus: process.env.AUTO_VIEW_STATUS?.toLowerCase() === "true" || false, autoReact: process.env.AUTO_REACT?.toLowerCase() === "true" || false, - sessionId: process.env.SESSION_ID || "L8R1HB4E", + sessionId: process.env.SESSION_ID || "Q6ZNBGW4", autoRejectEnabled: process.env.AUTO_REJECT_ENABLED?.toLowerCase() === "true" || false, antiDelete: process.env.ANTIDELETE?.toLowerCase() === "true" || false, sessionSite: process.env.SESSION_SITE || 'https://session-toxxictech.zone.id',