diff --git a/ConfigTemplate.js b/ConfigTemplate.js new file mode 100644 index 0000000..80168ac --- /dev/null +++ b/ConfigTemplate.js @@ -0,0 +1,22 @@ +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:'????', + } + }, +} \ No newline at end of file