| | |
| | | #数据源配置 |
| | | spring: |
| | | datasource: |
| | | driver-class-name: com.kingbase8.Driver |
| | | url: ${blade.datasource.dev.url} |
| | | username: ${blade.datasource.dev.username} |
| | | password: ${blade.datasource.dev.password} |
| | |
| | | odm: |
| | | down: |
| | | temp: |
| | | zipPreFix: ${odm.down.temp.zipPreFix} |
| | | zipBasePath: ${odm.down.temp.zipBasePath} |
| | | zipPreFix: / |
| | | zipBasePath: / |
| | | |
| | | #oss默认配置 |
| | | oss: |
| | | enable: true |
| | | provider: minio |
| | | endpoint: http://101.132.85.201:9000 |
| | | external-endpoint: http://101.132.85.201:9000 |
| | | access-key: ztzf |
| | | secret-key: Ztzf@min123! |
| | | bucket: cloud-bucket |
| | | expire: 3600 |
| | | region: us-east-1 |
| | | object-dir-prefix: |
| | | out-net-file-address: https://aisky.org.cn/minio/ |
| | | minio-path: http://aisky.org.cn:8088 |
| | | #服务器minio地址 |
| | | #开启oss配置 |
| | | enabled: true |
| | | #开启oss类型 |
| | | #minio、s3、qiniu、alioss、huaweiobs、tencentcos |
| | | name: minio |
| | | #租户模式 |
| | | tenant-mode: true |
| | | #oss服务地址 |
| | | endpoint: http://218.202.104.82:39000 |
| | | #minio转换服务地址,用于内网上传后将返回地址改为转换的外网地址 |
| | | transform-endpoint: http://218.202.104.82:39000 |
| | | #访问key |
| | | access-key: admin |
| | | #密钥key |
| | | secret-key: geovis@123 |
| | | #存储桶 |
| | | bucket-name: jian-bucket |
| | | out-net-file-address: http://218.202.104.82:39000 |
| | | minio-path: http://218.202.104.82:39000 |
| | | #服务器minio地址 |
| | | media: |
| | | server-address: /app/data/minio-data/cloud-bucket/ |
| | | server-address: /software/data/minio-data/cloud-bucket/ |