吉安感知网项目-后端
linwei
2026-01-19 077cedddebbfae2d740e259e9e16b0eb363f3a02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#服务器端口
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