mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-08 21:37:42 +00:00
19 lines
354 B
YAML
19 lines
354 B
YAML
# 本地文件上传
|
|
file:
|
|
domain: http://127.0.0.1:9300
|
|
path: D:/ruoyi/uploadPath
|
|
prefix: /statics
|
|
|
|
# FastDFS配置
|
|
fdfs:
|
|
domain: http://8.129.231.12
|
|
soTimeout: 3000
|
|
connectTimeout: 2000
|
|
trackerList: 8.129.231.12:22122
|
|
|
|
# Minio配置
|
|
minio:
|
|
url: http://8.129.231.12:9000
|
|
accessKey: minioadmin
|
|
secretKey: minioadmin
|
|
bucketName: test |