You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
486 B
YAML
25 lines
486 B
YAML
3 years ago
|
# dubbo 订阅配置
|
||
|
dubbo:
|
||
|
cloud:
|
||
|
# 需要远程调用的服务 多个用逗号分割
|
||
|
subscribed-services: ruoyi-system
|
||
|
|
||
|
# 本地文件上传
|
||
|
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
|