diff --git a/config.js b/config.js index 9113458..bb66072 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ var serverConfiguration = { "vr_pong" : { - "url" : "http://pong.gamewheel.local", - "port" : 3000 + "url" : "http://dev-pong.gamewheel.com", + "port" : 3101 } -}; \ No newline at end of file +};