diff --git a/config.js b/config.js index a147e3d0..345e41e6 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ const fs = require('fs'), global.session = "https://ali-pair-xode.onrender.com"; module.exports = { - SESSION_ID: process.env.SESSION_ID || "ALI-MD~hjVKWGwbZ+4wBpX3s4gIePwCUQlDafwcAAA==", // Add sess Id here especially when deploying on panels else use app.json and .env file... + SESSION_ID: process.env.SESSION_ID || "ALI-MD~XZF2FRDA#mtGZeyvSljMbFhOouuK1eDxuSqSWHciwkV9qVrLiMnA", // Add sess Id here especially when deploying on panels else use app.json and .env file... SUDO_NUMBERS: process.env.SUDO_NUMBERS || "", // Add multiple numbers with country codes without (+), separated by comma ANTI_DELETE: process.env.ANTI_DELETE || "true", // ✅ only ONE, default = true AUTO_STATUS_VIEWS: process.env.AUTO_STATUS_VIEWS || "true",