删除无用配置
This commit is contained in:
parent
cfe70b1259
commit
3833d169a4
@ -35,7 +35,6 @@ spring:
|
|||||||
# Minio配置
|
# Minio配置
|
||||||
minio:
|
minio:
|
||||||
enable: false
|
enable: false
|
||||||
downLoadLimit: 1024
|
|
||||||
primary: MASTER
|
primary: MASTER
|
||||||
client:
|
client:
|
||||||
MASTER:
|
MASTER:
|
||||||
|
@ -5,11 +5,6 @@
|
|||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
"description": "是否开启minio"
|
"description": "是否开启minio"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "minio.downLoadLimit",
|
|
||||||
"type": "java.lang.Integer",
|
|
||||||
"description": "下载最大限制"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "minio.primary",
|
"name": "minio.primary",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
|
Loading…
Reference in New Issue
Block a user