|  |  | 
 |  |  |         poolMaxIdle: 500 | 
 |  |  |         # [可选] 最大的等待时间(秒) | 
 |  |  |         poolMaxWait: 5 | 
 |  |  |     # [可选] jdbc数据库配置, 项目使用sqlite作为数据库,一般不需要配置 | 
 |  |  |     # [必选] jdbc数据库配置 | 
 |  |  |     datasource: | 
 |  |  |         type: com.alibaba.druid.pool.DruidDataSource | 
 |  |  |         driver-class-name: com.mysql.cj.jdbc.Driver | 
 |  |  |         url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false | 
 |  |  |         url: jdbc:mysql://127.0.0.1:3306/wvp2?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true | 
 |  |  |         username: root | 
 |  |  |         password: root123 | 
 |  |  |         druid: | 
 |  |  | 
 |  |  |     rtp: | 
 |  |  |         # [可选] 是否启用多端口模式, 开启后会在portRange范围内选择端口用于媒体流传输 | 
 |  |  |         enable: true | 
 |  |  |         # [可选] 在此范围内选择端口用于媒体流传输, | 
 |  |  |         # [可选] 在此范围内选择端口用于媒体流传输, 必须提前在zlm上配置该属性,不然自动配置此属性可能不成功 | 
 |  |  |         port-range: 30000,30500 # 端口范围 | 
 |  |  |         # [可选] 国标级联在此范围内选择端口发送媒体流, | 
 |  |  |         send-port-range: 30000,30500 # 端口范围 | 
 |  |  | 
 |  |  |     save-position-history: false | 
 |  |  |     # 点播等待超时时间,单位:毫秒 | 
 |  |  |     play-timeout: 3000 | 
 |  |  |     # 上级点播等待超时时间,单位:毫秒 | 
 |  |  |     platform-play-timeout: 60000 | 
 |  |  |     # 是否开启接口鉴权 | 
 |  |  |     interface-authentication: true | 
 |  |  |     # 自动配置redis 可以过期事件 |