'搭建minio文件服务器'
This commit is contained in:
parent
26928f02b6
commit
ec396a9437
|
@ -200,11 +200,11 @@ magic-api:
|
||||||
|
|
||||||
# Minio配置-分布式存储
|
# Minio配置-分布式存储
|
||||||
minio:
|
minio:
|
||||||
useEnable: false
|
useEnable: true
|
||||||
url: http://localhost:9000
|
url: http://localhost:3336
|
||||||
accessKey: minioadmin
|
accessKey: minio-admin
|
||||||
secretKey: minioadmin
|
secretKey: minio-jndlitzx
|
||||||
bucketName: test
|
bucketName: jndl
|
||||||
|
|
||||||
# OA单点登录key
|
# OA单点登录key
|
||||||
OA:
|
OA:
|
||||||
|
|
Loading…
Reference in New Issue