From 443877b4220c6089ec72ed04eef10195fbc28b9b Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 26 Apr 2016 17:54:49 +0200 Subject: [PATCH] initial commit --- config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.js diff --git a/config.js b/config.js new file mode 100644 index 0000000..9113458 --- /dev/null +++ b/config.js @@ -0,0 +1,6 @@ +var serverConfiguration = { + "vr_pong" : { + "url" : "http://pong.gamewheel.local", + "port" : 3000 + } +}; \ No newline at end of file