commit 443877b4220c6089ec72ed04eef10195fbc28b9b Author: Theunis J. Botha Date: Tue Apr 26 17:54:49 2016 +0200 initial commit 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