Порт
This commit is contained in:
parent
08af210b41
commit
2380d61fd4
@ -279,7 +279,7 @@ io.on('connection', (socket) => {
|
||||
});
|
||||
|
||||
// --- ЗАПУСК СЕРВЕРА ---
|
||||
const PORT = parseInt(process.env.BC_APP_PORT || '3201', 10);
|
||||
const PORT = parseInt(process.env.BC_APP_PORT || '3200', 10);
|
||||
const HOSTNAME = process.env.BC_APP_HOSTNAME || '127.0.0.1';
|
||||
|
||||
if (isNaN(PORT)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user