From 8bdf790ce71360874dbf03cbedef986558457b25 Mon Sep 17 00:00:00 2001 From: djaourobello441-tech Date: Sun, 22 Mar 2026 11:28:17 +0100 Subject: [PATCH] Update SESSION_ID default value in settings.js --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 8b5d51cd0c2..8de1f6a543e 100644 --- a/settings.js +++ b/settings.js @@ -5,7 +5,7 @@ function convertToBool(text, fault = 'true') { } module.exports = { -SESSION_ID: process.env.SESSION_ID === undefined ? 'Your SESSION ID Put' : process.env.SESSION_ID, +SESSION_ID: process.env.SESSION_ID === undefined ? 'π™°πš‚π™Έπšƒπ™·π™°-𝙼𝙳=7af697111e5946dc' : process.env.SESSION_ID, PORT: process.env.PORT === undefined ? "8000" : process.env.PORT, SESSION_NAME: process.env.PORT === undefined ? "asitha" : process.env.SESSION_NAME, };