diff --git a/config.js b/config.js index c0cc6963..bd645ad2 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 || "8YGK95Z9", 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;