From 09b438b94f3eb5dfdcbd263a0f0bc8a0c982b327 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 12 May 2021 19:37:21 +0000 Subject: [PATCH] style: auto format --- docs/install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 83184c10ccdb1c..e45a9d1568fd69 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -534,7 +534,7 @@ RSSHub 支持使用访问密钥 / 码,白名单和黑名单三种方式进行 - 邮箱 邮件列表路由: - - `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`。Linux内容格式为 `password=密码&host=服务器&port=端口`,docker内容格式为 `password=密码\&host=服务器\&port=端口`,例如: + - `EMAIL_CONFIG_{email}`: 邮箱设置,替换 `{email}` 为 邮箱账号,邮件账户的 `@` 替换为 `.`,例如 `EMAIL_CONFIG_xxx.qq.com`。Linux 内容格式为 `password=密码&host=服务器&port=端口`,docker 内容格式为 `password=密码\&host=服务器\&port=端口`,例如: - Linux 环境变量:`EMAIL_CONFIG_xxx.qq.com="password=123456&host=imap.qq.com&port=993"` - docker 环境变量:`EMAIL_CONFIG_xxx.qq.com=password=123456\&host=imap.qq.com\&port=993`,请勿添加引号 `'`,`"`。