beta.r3js.org
Theunis J. Botha 2016-09-27 11:12:32 +02:00
parent fdcedbe08f
commit 4bac3bc35b
1 changed files with 6 additions and 4 deletions

View File

@ -1,22 +1,22 @@
var config = { var config = {
vr_pong: { vr_pong: {
url: "http://pong", url: "http://pong.gamewheel.local",
port: 3101, port: 3101,
debugPort: 3201 debugPort: 3201
}, },
vr_racer: { vr_racer: {
url: "http://racer", url: "http://racer.gamewheel.local",
port: 3102, port: 3102,
debugPort: 3202 debugPort: 3202
}, },
editor: { editor: {
url: "http://3d-editor.gamewheel.com", url: "http://3d-editor.gamewheel.local",
port: 3103, port: 3103,
debugPort: 3203, debugPort: 3203,
cluster: false cluster: false
}, },
api16: { api16: {
url: "http://api16.gamewheel.com", url: "http://api.gamewheel.local",
port: 3104, port: 3104,
debugPort: 3204, debugPort: 3204,
mailer: { mailer: {
@ -29,6 +29,8 @@ var config = {
mongodb: { mongodb: {
host: 'mongodb://127.0.0.1', host: 'mongodb://127.0.0.1',
db: 'gamewheel', db: 'gamewheel',
port: 27017,
shardPort: 27018,
options: { options: {
db: { db: {
native_parser: true native_parser: true