| | |
| | | server: |
| | | port: 8010 |
| | | |
| | | #oss默认配置 |
| | | oss: |
| | | #开启oss配置 |
| | | enabled: true |
| | | #开启oss类型 |
| | | #minio、s3、qiniu、alioss、huaweiobs、tencentcos |
| | | name: minio |
| | | #租户模式 |
| | | tenant-mode: true |
| | | #oss服务地址 |
| | | endpoint: http://192.168.1.204:9000 |
| | | #minio转换服务地址,用于内网上传后将返回地址改为转换的外网地址 |
| | | transform-endpoint: http://192.168.1.204:9000 |
| | | #访问key |
| | | access-key: ztzfminio |
| | | #密钥key |
| | | secret-key: ztzfminio |
| | | #存储桶 |
| | | bucket-name: jaxm |
| | | blade: |
| | | mybatis-plus: |
| | | page-limit: 2000 |
| | | |
| | | mio: |
| | | enable: true |
| | | provider: minio |
| | | endpoint: http://139.196.74.78:9000 |
| | | external-endpoint: http://139.196.74.78:9000 |
| | | access-key: sxkj |
| | | secret-key: sxkj2024 |
| | | bucket: cloud-bucket |
| | | expire: 3600 |
| | | region: us-east-1 |
| | | object-dir-prefix: |
| | | out-net-file-address: https://wrj.shuixiongit.com/minio |
| | | minio-path: http://wrj.shuixiongit.com:8088 |