r3-config/config.js

24 lines
491 B
JavaScript

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