mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 11:25:41 +00:00
Change default port:
Client = 3000 API = 3001 Gateway = 3002
This commit is contained in:
@@ -7,7 +7,7 @@ import { Connection } from "./events/Connection";
|
||||
import Config from "./util/Config";
|
||||
|
||||
var port = Number(process.env.PORT);
|
||||
if (isNaN(port)) port = 2000;
|
||||
if (isNaN(port)) port = 3002;
|
||||
|
||||
export class Server {
|
||||
public ws: WebSocketServer;
|
||||
|
||||
Reference in New Issue
Block a user