spring: application: name: 4dkankan-center-scene datasource: type: com.zaxxer.hikari.HikariDataSource # 数据源类型:HikariCP driver-class-name: com.mysql.jdbc.Driver # mysql驱动 #192.168.0.146 url: jdbc:mysql://10.180.107.114:3306/4dkankan_v4?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true username: root password: 4dkk2024tieta% hikari: connection-timeout: 30000 # 等待连接池分配连接的最大时长(毫秒),超过这个时长还没可用的连接则发生SQLException, 默认:30秒 minimum-idle: 5 # 最小连接数 maximum-pool-size: 20 # 最大连接数 auto-commit: true # 事务自动提交 idle-timeout: 600000 # 连接超时的最大时长(毫秒),超时则被释放(retired),默认:10分钟 pool-name: DateSourceHikariCP # 连接池名字 max-lifetime: 1800000 # 连接的生命时长(毫秒),超时而且没被使用则被释放(retired),默认:30分钟 1800000ms connection-test-query: SELECT 1 # 连接测试语句 fyun: type: local key: secret: bucket: 4dkankan endPoint: host: /oss/ main: url: xxx scene: url: show.html?m= pro: url: showProMobile.html?m= v3: url: smobile.html?m= new: url: smg.html?m= expired: month: 6 cleanOrig: month: 12 cleanDeleted: ##已删除场景的资源清除时限 month: 6 cleanTestCamera: ##清除测试环境测试相机场景资源配置 snCode: month: 6 coldStorage: month: 12 logging: path: /mnt/docker/4dkankan