r3-config/config.js

29 lines
552 B
JavaScript

var config = {
vr_pong : {
url: "http://pong.gamewheel.local",
port: 3101,
debugPort: 3201
},
vr_racer : {
url: "http://racer.gamewheel.local",
port: 3102,
debugPort: 3202
},
editor : {
url: "http://3d-editor.gamewheel.local",
port: 3103,
debugPort: 3203,
cluster: false
},
api16 : {
url: "http://api.gamewheel.local",
port: 3104,
debugPort: 3204
}
};
if (typeof module !== 'undefined') {
module.exports = config;
}