We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b643e + b4892c4 commit efab91aCopy full SHA for efab91a
app/config/Constants.ts
@@ -38,8 +38,8 @@ export const emailCfg = {
38
"secureConnection": true, // 使用 SSL
39
"port": 465, // SMTP 端口
40
"auth": {
41
- "user": "506255207@qq.com", // generated ethereal user
42
- "pass": "bmblrdabbwkebjgh", // generated ethereal password
+ "user": "0@qq.com", // generated ethereal user
+ "pass": "0", // generated ethereal password
43
},
44
};
45
export const sendMailCfg = (email: string, code: string) => {
app/config/environments.ts
@@ -26,4 +26,4 @@ export const mongodbConfig: ConnectionOptions = {
26
"database": "test",
27
"entities": ["app/entity/mongo/*.ts"],
28
29
-};
+};
0 commit comments