fix: 更新文件上传服务地址为http协议
This commit is contained in:
@@ -103,7 +103,7 @@ nats:
|
||||
url: "nats://localhost:4222"
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint一致
|
||||
filePrefix: "116.204.74.41:9000"
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
|
||||
cache:
|
||||
localTTL: 60
|
||||
|
||||
Reference in New Issue
Block a user