chore: 更新MinIO服务端口配置
This commit is contained in:
@@ -93,14 +93,14 @@ jaeger: #链路追踪
|
||||
|
||||
# MinIO 连接配置
|
||||
minio:
|
||||
endpoint: "116.204.74.41:9000" # 核心:仅协议+主机+端口,无路径/末尾斜杠
|
||||
endpoint: "http://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://116.204.74.41:9000"
|
||||
filePrefix: "http://172.17.0.3:3008"
|
||||
|
||||
# 文件存储初始化容量大小配置
|
||||
oss:
|
||||
|
||||
Reference in New Issue
Block a user