upload path

beta.r3js.org
Theunis J. Botha 2016-12-01 11:55:37 +01:00
parent cb35ec1f71
commit 892f05c4e3
1 changed files with 18 additions and 0 deletions

View File

@ -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,