From 662d55708486b22b9e16a5a0ca06a47ff1f5167e Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Tue, 27 Sep 2016 11:27:00 +0200 Subject: [PATCH] config updates --- config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 6b0fb34..d1205a4 100644 --- a/config.js +++ b/config.js @@ -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' } };