删除无用配置

This commit is contained in:
dftre 2024-10-08 14:04:20 +08:00
parent cfe70b1259
commit 3833d169a4
2 changed files with 0 additions and 6 deletions

View File

@ -35,7 +35,6 @@ spring:
# Minio配置
minio:
enable: false
downLoadLimit: 1024
primary: MASTER
client:
MASTER:

View File

@ -5,11 +5,6 @@
"type": "java.lang.Boolean",
"description": "是否开启minio"
},
{
"name": "minio.downLoadLimit",
"type": "java.lang.Integer",
"description": "下载最大限制"
},
{
"name": "minio.primary",
"type": "java.lang.String",