gw-3d conf

beta.r3js.org
cybafelo 2016-09-26 14:19:13 +00:00
parent f46dd58880
commit e45259db64
1 changed files with 4 additions and 4 deletions

View File

@ -1,22 +1,22 @@
var config = { var config = {
vr_pong : { vr_pong : {
url: "http://pong.gamewheel.local", url: "http://pong",
port: 3101, port: 3101,
debugPort: 3201 debugPort: 3201
}, },
vr_racer : { vr_racer : {
url: "http://racer.gamewheel.local", url: "http://racer",
port: 3102, port: 3102,
debugPort: 3202 debugPort: 3202
}, },
editor : { editor : {
url: "http://3d-editor.gamewheel.local", url: "http://3d-editor.gamewheel.com",
port: 3103, port: 3103,
debugPort: 3203, debugPort: 3203,
cluster: false cluster: false
}, },
api16 : { api16 : {
url: "http://api.gamewheel.local", url: "http://api16.gamewheel.com",
port: 3104, port: 3104,
debugPort: 3204 debugPort: 3204
} }