mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 02:55:51 +00:00
Reorganize and enhance scripts with improved startup and configuration tools
This commit is contained in:
@@ -22,8 +22,8 @@ const io = new SocketServer(server, {
|
||||
});
|
||||
|
||||
// Configuration
|
||||
const PROXY_PORT = 7656;
|
||||
const BACKEND_PORT = 7655;
|
||||
const PROXY_PORT = 7657;
|
||||
const BACKEND_PORT = 7656;
|
||||
const BACKEND_URL = `http://localhost:${BACKEND_PORT}`;
|
||||
const LOG_FILE = './socket-debug.log';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user