From 1d0b154c77800ecd1014688786d99c1bce9caab6 Mon Sep 17 00:00:00 2001 From: janifire53-ai Date: Sat, 29 Nov 2025 14:47:47 +0500 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",