From 21a7ec48ea2341011f49ef8bb042dd12ddc5258e Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Sat, 18 May 2024 19:43:47 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20=F0=9F=8D=92=20Environmental=20Variable?= =?UTF-8?q?=20Description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de5a4d2..9c92428 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ ## 环境变量 - `PORT`:API端口号,默认为 `80` -- `PROXY_SERVER`: 代理服务器地址, 格式: `http://127.0.0.1:18080` +- `HTTP_PROXY`、`HTTPS_PROXY`: 代理服务器地址, 格式: `http://127.0.0.1:18080` - `BROWSER_BINARY`: 浏览器二进制文件路径, 默认自动下载 -- `PASS_TIMEOUT`: 通过人机验证等待时间 +- `PASS_TIMEOUT`: 通过人机验证前等待时间 +- `PASS_WAIT_TIME`: 通过人机验证后等待时间 ## 免责声明