From 80085dd37f88520623543dc3d0ee6be8a82db4c9 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 17 Jan 2017 13:53:12 +0100 Subject: [PATCH] vr pong clients need to know the port --- config.js | 1 + secure.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index faa8579..54489f4 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,6 @@ var config = { vr_pong: { + port: 3101, url: "http://pong.gamewheel.local" }, vr_racer: { diff --git a/secure.js b/secure.js index 38a3b37..8b21276 100644 --- a/secure.js +++ b/secure.js @@ -1,6 +1,5 @@ var secure = { vr_pong: { - port: 3101, debugPort: 3201 }, vr_racer: {