Skip to content

Commit

Permalink
docs: update external storage document
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 10, 2024
1 parent 92fdccf commit 558bb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/advanced-usage/external-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ As the usage scale progresses, the user's storage cost for the Tailchat file sys

You need to configure the environment variables as follows:
- `MINIO_URL`: s3 service address
- `MINIO_SSL`: Whether the s3 service enables SSL verification is required for some providers. Default is `false`
- `MINIO_USER`: s3 service username
- `MINIO_PASS`: s3 service password
- `MINIO_BUCKET_NAME`: s3 service bucket name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ title: 外部存储

你需要通过环境变量配置如下:
- `MINIO_URL`: s3服务地址
- `MINIO_SSL`: s3服务是否启用ssl验证,对于某些提供商是必须的。默认为`false`
- `MINIO_USER`: s3服务用户名
- `MINIO_PASS`: s3服务密码
- `MINIO_BUCKET_NAME`: s3服务 bucket 名
Expand Down

0 comments on commit 558bb35

Please sign in to comment.