:Merge branch 'tj-dev' into gw-3d
beta.r3js.org
cybafelo 2016-12-19 15:07:44 +00:00
commit ada827dbbe
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,