minio配置
This commit is contained in:
parent
937c7e7a66
commit
f466326bcf
@ -10,6 +10,7 @@ ktg-mes:
|
|||||||
demoEnabled: true
|
demoEnabled: true
|
||||||
# 文件路径 示例( Windows配置D:/ktg/uploadPath,Linux配置 /home/ktg/uploadPath)
|
# 文件路径 示例( Windows配置D:/ktg/uploadPath,Linux配置 /home/ktg/uploadPath)
|
||||||
profile: D:/source_code/j2eeworkspace/ktg-mes/upload
|
profile: D:/source_code/j2eeworkspace/ktg-mes/upload
|
||||||
|
#profile: /home/www/uploadPath
|
||||||
# 获取ip地址开关
|
# 获取ip地址开关
|
||||||
addressEnabled: false
|
addressEnabled: false
|
||||||
# 验证码类型 math 数组计算 char 字符验证
|
# 验证码类型 math 数组计算 char 字符验证
|
||||||
@ -111,6 +112,7 @@ swagger:
|
|||||||
# 是否开启swagger
|
# 是否开启swagger
|
||||||
enabled: true
|
enabled: true
|
||||||
# 请求前缀
|
# 请求前缀
|
||||||
|
#pathMapping: /prod-api
|
||||||
pathMapping: /dev-api
|
pathMapping: /dev-api
|
||||||
|
|
||||||
# 防止XSS攻击
|
# 防止XSS攻击
|
||||||
@ -121,3 +123,10 @@ xss:
|
|||||||
excludes: /system/notice
|
excludes: /system/notice
|
||||||
# 匹配链接
|
# 匹配链接
|
||||||
urlPatterns: /system/*,/monitor/*,/tool/*
|
urlPatterns: /system/*,/monitor/*,/tool/*
|
||||||
|
|
||||||
|
#Mino配置
|
||||||
|
minio:
|
||||||
|
url: http://127.0.0.1:9000
|
||||||
|
accessKey: your_key
|
||||||
|
secretKey: your_secret
|
||||||
|
bucketName: ktg-mes
|
Loading…
Reference in New Issue
Block a user