From 0b4839dae2a6bc340d887b8700760678b00239a0 Mon Sep 17 00:00:00 2001 From: paulo390 Date: Tue, 1 Jul 2025 08:11:32 +0100 Subject: [PATCH] config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 5fdcc51..bb47ce5 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 || "https://session-toxxictech.zone.id/download-session?id=Mdep", 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;