16 lines
335 B
YAML
16 lines
335 B
YAML
# minio 文件存储配置信息 https://rtops4.haitongauto.com/minio/
|
|
minio:
|
|
endpoint: http://192.168.61.130:20001
|
|
accesskey: hfyth
|
|
secretKey: hfyth2022
|
|
bucket: rtos-saas-dev
|
|
|
|
# minio 文件存储配置信息(本地)
|
|
#minio:
|
|
# endpoint: http://192.168.0.16:9000
|
|
# accesskey: admin
|
|
# secretKey: admin@123
|
|
# bucket: rtos-saas-dev
|
|
|
|
|