module.exports = { SMTP: { host: '???', port: 465, secure: true, // use tls auth: { user:'????', pass:'????' }, tls: { rejectUnauthorized: false } }, SMS: { dxton:{ urlChina:'http://sms.106jiekou.com/utf8/sms.aspx?account=????&password=????', urlWorld:'http://sms.106jiekou.com/utf8/worldapi.aspx?account=????&password=????', }, aliyun:{ accessKeyId:'????', secretAccessKey:'????', } }, }