From 08af210b412d69191e12bd35b2845cc92a7b7981 Mon Sep 17 00:00:00 2001 From: PsiMagistr Date: Mon, 26 May 2025 13:33:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=80=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/bc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/bc.js b/server/bc.js index f5143ba..85398dd 100644 --- a/server/bc.js +++ b/server/bc.js @@ -279,7 +279,7 @@ io.on('connection', (socket) => { }); // --- ЗАПУСК СЕРВЕРА --- -const PORT = parseInt(process.env.BC_APP_PORT || '3200', 10); +const PORT = parseInt(process.env.BC_APP_PORT || '3201', 10); const HOSTNAME = process.env.BC_APP_HOSTNAME || '127.0.0.1'; if (isNaN(PORT)) {