Skip to content

Commit

Permalink
Merge pull request #55 from LeslieLeung/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieLeung authored Apr 11, 2024
2 parents 0441789 + 0c9a382 commit 266c4ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

## 全局设置

> [!WARNING]
> ***重要安全建议*** :debug 模式打开时,会在控制台输出系统实际的请求和返回信息,可能会包含你的token等隐私信息,请注意仅在调试时启用该功能。
| 变量名 | 默认值 | 可选值 | 变量说明 |
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/AliyunServerless.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docker push ccr.ccs.tencentyun.com/YOUR_NAMESPACE/YOUR_REPO_NAME:VERSION
["-e", "BARK_URL=https://api.day.app"]
```

详细的环境变量列表,见 [环境变量](../Env.md)
详细的环境变量列表,见 [环境变量](/docs/Config.md)

如有多个环境变量请逐一添加。选择程序类型为【处理 HTTP 请求】,内存选择【128 MB】,点击创建即可。

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# 安装

需要通过 `-e` 配置对应的环境变量,详情见 [环境变量](/docs/Env.md)
需要通过 `-e` 配置对应的环境变量,详情见 [环境变量](/docs/Config.md)

> `v0.1.1` 起 Docker 镜像支持 `arm64` 架构。
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/TencentcloudServerless.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker push ccr.ccs.tencentyun.com/YOUR_NAMESPACE/YOUR_REPO_NAME:VERSION

![](http://img.ameow.xyz/202205290552175.png)

点击展开高级配置,内存选择【64MB】,然后根据 [环境变量配置](../Env.md) 进行配置。
点击展开高级配置,内存选择【64MB】,然后根据 [环境变量配置](/docs/Config.md) 进行配置。

![](http://img.ameow.xyz/202205290554815.png)

Expand Down

0 comments on commit 266c4ed

Please sign in to comment.