r3-config/config.js

12 lines
217 B
JavaScript

var serverConfiguration = {
"vr_pong" : {
"url" : "http://dev-pong.gamewheel.com",
"port" : 3101
}
};
if (typeof module !== 'undefined') {
module.exports.gamewheelServerConfiguration = serverConfiguration;
}