config updates

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

View File

@ -19,6 +19,8 @@ var config = {
url: "http://api16.gamewheel.com",
port: 3104,
debugPort: 3204,
cluster: false,
cors: false,
mailer: {
host: 'localhost',
port: 9025,
@ -44,9 +46,6 @@ var config = {
autoIndex: false
}
},
server: {
cluster: false
},
sessionKey: 'iJswK29klj20Jos02mJK8ud9239j23'
}
};