]> git.eli173.com Git - pong_br/commitdiff
trying port switchup...
authorElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:25:56 +0000 (22:25 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 17 May 2019 03:25:56 +0000 (22:25 -0500)
server/constants.js
web/constants.js

index 733eb02e7185b6214607d29ecda91b0ea0fcc394..d42b8df11b408baa40c25fe80248806d5a777af7 100644 (file)
@@ -2,7 +2,7 @@
 
 var c = {
     // matchmaker
-    WS_PORT: 6789,
+    WS_PORT: 80,
     NUM_PLAYERS: 10,
     FPS: 30,
     WAIT_TIME: 60000, // 1 minute
index 244e851b79860b21cdd12547e1d7b49e6aeb7edb..187422563a36dd331a247df57c90fca24f59589c 100644 (file)
@@ -2,7 +2,7 @@
 
 var c = {
     // matchmaker
-    WS_PORT: 6789,
+    WS_PORT: 80,
     NUM_PLAYERS: 10,
     MS_PER_FRAME: 100,
     WAIT_TIME: 60000, // 1 minute