include mongo ports

beta.r3js.org
Theunis J. Botha 2016-09-27 11:12:32 +02:00
parent a484e181e8
commit 81d9bba4aa
1 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
var config = {
vr_pong: {
url: "http://demo.gamewheel.com/vr_pong",
url: "http://pong",
port: 3101,
debugPort: 3201
},
vr_racer: {
url: "http://demo.gamewheel.com/vr_racer",
url: "http://racer",
port: 3102,
debugPort: 3202
},
@ -29,6 +29,8 @@ var config = {
mongodb: {
host: 'mongodb://127.0.0.1',
db: 'gamewheel',
port: 27017,
shardPort: 27018,
options: {
db: {
native_parser: true
@ -50,6 +52,6 @@ var config = {
};
if (typeof module !== 'undefined') {
module.exports = config;
module.exports = config;
}