浏览代码

minor update

master
mikeyangelo5 2 年前
父节点
当前提交
f0a6e12405
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      index.mjs
  2. +1
    -1
      package.json

+ 1
- 1
index.mjs 查看文件

@@ -9,7 +9,7 @@ dotenv.config()


const app = express() const app = express()
const queueName = process.env.queueName const queueName = process.env.queueName
const senderEmail = "michael.pandu@ti.ukdw.ac.id"
const senderEmail = process.env.sender_email
// const mailTransporter = nodemailer.createTransport({ // const mailTransporter = nodemailer.createTransport({
// service: 'gmail', // service: 'gmail',
// auth: { // auth: {


+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{ {
"name": "emailnotification", "name": "emailnotification",
"version": "2.0.0",
"version": "2.0.1",
"description": "", "description": "",
"main": "index.mjs", "main": "index.mjs",
"type": "module", "type": "module",


正在加载...
取消
保存