config fixes

beta.r3js.org
Theunis J. Botha 2016-09-27 11:07:30 +02:00
parent c3befc0634
commit a484e181e8
1 changed files with 34 additions and 35 deletions

View File

@ -18,7 +18,7 @@ var config = {
api16: { api16: {
url: "http://api16.gamewheel.com", url: "http://api16.gamewheel.com",
port: 3104, port: 3104,
debugPort: 3204 debugPort: 3204,
mailer: { mailer: {
host: 'localhost', host: 'localhost',
port: 9025, port: 9025,
@ -37,7 +37,6 @@ var config = {
poolSize: 5, poolSize: 5,
keepAlive: 120 keepAlive: 120
}, },
//replset: { rs_name: 'myReplicaSetName' },
user: '', user: '',
pass: '', pass: '',
autoIndex: false autoIndex: false