From 166f444ea5de80d50b1ededc249937ee629777e8 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 26 Apr 2016 18:10:25 +0200 Subject: [PATCH] gw-dev config --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +};