r3-config/config.js

12 lines
217 B
JavaScript
Raw Normal View History

2016-04-26 17:54:49 +02:00
var serverConfiguration = {
"vr_pong" : {
2016-04-26 18:10:25 +02:00
"url" : "http://dev-pong.gamewheel.com",
"port" : 3101
2016-04-26 17:54:49 +02:00
}
2016-04-26 18:10:25 +02:00
};
2016-04-26 18:52:58 +02:00
if (typeof module !== 'undefined') {
module.exports.gamewheelServerConfiguration = serverConfiguration;
}