certd/docs/guide/use/aliyun/index.md

11 lines
227 B
Markdown
Raw Normal View History

2024-10-25 09:47:39 +00:00
# 阿里云相关
## 阿里云客户端请求超时配置
配置环境变量
```shell
ALIYUN_CLIENT_CONNECT_TIMEOUT=10000 # 连接超时,单位毫秒
ALIYUN_CLIENT_READ_TIMEOUT=10000 #读取数据超时,单位毫秒
```