Skip to content

Commit efab91a

Browse files
wanghaowanghao
wanghao
authored and
wanghao
committed
2 parents 72b643e + b4892c4 commit efab91a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/config/Constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export const emailCfg = {
3838
"secureConnection": true, // 使用 SSL
3939
"port": 465, // SMTP 端口
4040
"auth": {
41-
"user": "506255207@qq.com", // generated ethereal user
42-
"pass": "bmblrdabbwkebjgh", // generated ethereal password
41+
"user": "0@qq.com", // generated ethereal user
42+
"pass": "0", // generated ethereal password
4343
},
4444
};
4545
export const sendMailCfg = (email: string, code: string) => {

app/config/environments.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ export const mongodbConfig: ConnectionOptions = {
2626
"database": "test",
2727
"entities": ["app/entity/mongo/*.ts"],
2828

29-
};
29+
};

0 commit comments

Comments
 (0)