From 4e313cb582634086de68e30deab72e124a42520f Mon Sep 17 00:00:00 2001 From: usmanazaman <166195720+usmanazaman@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:22:16 +0100 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 5fdcc51..fcef9df 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=lpw5", 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;