月度年度报表后台job
沈斌
2016-12-26 6e96c7c0a38a51be8f2df8ede35d8725396012f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * 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
    }
};