From 9c2592d57b44b97ab4ae58bb0db09225459b4ac4 Mon Sep 17 00:00:00 2001 From: kimm-cloud Date: Wed, 7 May 2025 17:53:29 +0200 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index c0cc6963..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 || "", + 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', @@ -30,4 +30,4 @@ fs.watchFile(file, () => { config = require(file); }); -module.exports = config; \ No newline at end of file +module.exports = config;