config updates

beta.r3js.org
Theunis J. Botha 2016-09-27 11:27:00 +02:00
parent 4bac3bc35b
commit 662d557084
1 changed files with 2 additions and 3 deletions

View File

@ -19,6 +19,8 @@ var config = {
url: "http://api.gamewheel.local",
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'
}
};