From 892f05c4e342b48644c4c77c2458c4910d14cd73 Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Thu, 1 Dec 2016 11:55:37 +0100 Subject: [PATCH] upload path --- secure.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/secure.js b/secure.js index dc697e5..38a3b37 100644 --- a/secure.js +++ b/secure.js @@ -91,6 +91,24 @@ var secure = { autoIndex: false } }, + uploadPath : 'uploads', + // mailer: { + // host: "smtp.office365.com", + // port: 587, + // auth: { + // user: "admin@gamewheel.com", + // pass: "Toypro42!" + // }, + // secureConnection: false, + // tls: { + // ciphers: "SSLv3", + // rejectUnauthorized: false + // }, + // emails: { + // founder: "evgeni@gamewheel.com", + // support: "support@gamewheel.com" + // } + // }, mailer: { host: 'localhost', port: 9025,