/** * Created by bin.shen on 17/11/2016. */ module.exports = { smtpOption: { host: 'smtp.qq.com', port: 465, auth: { user: 'moral_alerting@qq.com', pass: 'huxbyobxzzrycgje' } }, retryOption: { retries: 5, factor: 3, minTimeout: 1 * 1000, maxTimeout: 60 * 1000, randomize: true } };