Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 172520f

Browse files
authored
Update README.md
1 parent fff2255 commit 172520f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ant/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ $ docker run -d -p 8000:3000 medicean/vulapps:tools_ant
4040
4141
类型 | 环境变量名 | 默认
4242
:-:|:-:|:-:
43-
邮箱账号 | `EMAIL_ADDRESS` | [email protected]
43+
邮箱账号 | `EMAIL_ADDR` | [email protected]
4444
邮箱密码 | `EMAIL_PASSWORD` | email-password
4545
SMTP服务器 | `SMTP_HOST` | smtp.qq.com
4646
SMTP服务端口 | `SMTP_PORT` | 465
4747

4848
eg: 指定一个 QQ 邮箱来作为发信邮箱(默认使用的是QQ的发信服务器,所以不需要设置):
4949

5050
```
51-
$ docker run -d -p 8000:3000 -e EMAIL_ADDRESS[email protected] -e EMAIL_PASSWORD=123456 medicean/vulapps:tools_ant
51+
$ docker run -d -p 8000:3000 -e EMAIL_ADDR[email protected] -e EMAIL_PASSWORD=123456 medicean/vulapps:tools_ant
5252
```
5353

5454
**挂载点**

0 commit comments

Comments
 (0)