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.
35 lines
877 B
35 lines
877 B
#服务器端口 |
|
server: |
|
port: 8010 |
|
|
|
#oss默认配置 |
|
oss: |
|
#开启oss配置 |
|
enabled: true |
|
#开启oss类型 |
|
#minio、s3、qiniu、alioss、huaweiobs、tencentcos |
|
name: minio |
|
#租户模式 |
|
tenant-mode: false |
|
#oss服务地址 |
|
# 本机- |
|
endpoint: http://127.0.0.1:9000 |
|
# 49腾讯云- |
|
# endpoint: http://49.232.74.228:9000 |
|
#minio转换服务地址,用于内网上传后将返回地址改为转换的外网地址 |
|
# 本机- |
|
transform-endpoint: http://192.168.0.220:9000 |
|
# 49 tencent cloud- |
|
#transform-endpoint: http://49.232.74.228:9000 |
|
#访问key |
|
# local- |
|
access-key: T5PCRlMc5PxxubLCrVhR |
|
# 49 tencent cloud- |
|
#access-key: ozUrsZCh4SVxIkfXAyp4 |
|
#密钥key |
|
# local- |
|
secret-key: mbIbJKpTWulCdcsalKjoxaFJ8UDapGSU6Zw9QKjz |
|
# 49 tencent cloud- |
|
#secret-key: uuk7LoVscPwPlB6jQUcLHNAdpupNavA1DDiI3n6r |
|
#存储桶 |
|
bucket-name: bladex
|
|
|