beta.r3js.org
Theunis J. Botha 2016-09-26 16:15:21 +02:00
parent 19037ff340
commit f46dd58880
1 changed files with 10 additions and 5 deletions

View File

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