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