You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
571 B
23 lines
571 B
#服务器端口 |
|
server: |
|
port: 8010 |
|
|
|
#oss默认配置 |
|
oss: |
|
#开启oss配置 |
|
enabled: true |
|
#开启oss类型 |
|
#minio、s3、qiniu、alioss、huaweiobs、tencentcos |
|
name: minio |
|
#租户模式 |
|
tenant-mode: false |
|
#oss服务地址 |
|
endpoint: http://192.168.0.220:9000 |
|
#minio转换服务地址,用于内网上传后将返回地址改为转换的外网地址 |
|
transform-endpoint: http://192.168.0.220:9000 |
|
#访问key |
|
access-key: T5PCRlMc5PxxubLCrVhR |
|
#密钥key |
|
secret-key: mbIbJKpTWulCdcsalKjoxaFJ8UDapGSU6Zw9QKjz |
|
#存储桶 |
|
bucket-name: bladex
|
|
|