chore: 更新MinIO服务端口配置

This commit is contained in:
2026-04-22 13:00:31 +08:00
parent 3055b15855
commit 033fc33150
2 changed files with 4 additions and 4 deletions

View File

@@ -94,14 +94,14 @@ jaeger: #链路追踪
# MinIO 连接配置
minio:
endpoint: "172.17.0.3:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
endpoint: "172.17.0.3:3008" # 核心:仅协议+主机+端口,无路径/末尾斜杠
accessKey: "admin" # 访问密钥(本地默认)
secretKey: "Bjang09@686^*^" # 秘密密钥(本地默认)
secure: false # 本地 MinIO 关闭 SSL生产按需改为 true
region: "us-east-1" # 与 MinIO 服务端 REGION 一致(默认 us-east-1
# 文件上传服务地址与oss模块minio中的endpoint一致
filePrefix: "http://172.17.0.3:9000"
filePrefix: "http://172.17.0.3:3008"
# 文件存储初始化容量大小配置
oss: