删除无用配置
This commit is contained in:
parent
cfe70b1259
commit
3833d169a4
@ -35,7 +35,6 @@ spring:
|
||||
# Minio配置
|
||||
minio:
|
||||
enable: false
|
||||
downLoadLimit: 1024
|
||||
primary: MASTER
|
||||
client:
|
||||
MASTER:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user