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,