From e6b37267e9b783a4222766055935a8ed27d4a197 Mon Sep 17 00:00:00 2001 From: AJSWRLD1 <167708025+AJSWRLD1@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:09:58 +0100 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 81383ea..0acfd76 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ function convertToBool(text, fault = 'true') { return text === fault ? true : false; } module.exports = { -SESSION_ID: process.env.SESSION_ID || "Y28j0awL#NAWK6UT9DHcyCPXJqmHScJ-GblA1tbaR0RcNQl7l2qE", +SESSION_ID: process.env.SESSION_ID || "", MONGODB: process.env.MONGODB || "mongodb+srv://Maher:Zubair@sigma-male.ggwx4gc.mongodb.net/?retryWrites=true&w=majority", MODE : process.env.MODE || "", // PUT PUBLIC OR PRIVATE };