You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
backend-duoji-monitor/web/src/main/resources/application-test.yml

52 lines
1.5 KiB
YAML

4 years ago
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 15
maxActive: 20
maxPoolPreparedStatementPerConnectionSize: 20
maxWait: 60000
minEvictableIdleTimeMillis: 300000
minIdle: 15
4 years ago
password: Leaper@123
4 years ago
poolPreparedStatements: true
testOnBorrow: true
testOnReturn: false
testWhileIdle: false
timeBetweenEvictionRunsMillis: 60000
type: com.alibaba.druid.pool.DruidDataSource
4 years ago
url: jdbc:mysql://115.236.65.98:12004/lia_duoji?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: root
4 years ago
validationQuery: SELECT 1 FROM DUAL
4 years ago
# --------本服务端口号
4 years ago
server:
port: 8099
4 years ago
#--------------
# ------用户中心地址
userUrl: http://115.236.65.98:11001
# -----------
# ----默认摄像头的连接信息
4 years ago
cameraConfig:
# ------------球機選擇--- 0:中威 1海康
cameraType: 0
cameraPassword: admin123
cameraUser: admin
cameraPort: 37777
4 years ago
# ------------
4 years ago
# -----图片 mp4下载地址
4 years ago
savePath:
mediaPath: d:\\data\media\
mp4Path: d:\\data\mp4\
# ------------服务端类型 0TCP(罗伯泰克) 1:KSEC(JSON)(昆船)
4 years ago
serverMode: 1
4 years ago
ksec:
ip: 127.0.0.1
port: 3000
4 years ago
# ------------ 实时视频流 全部页面的格式 行列数量
4 years ago
videoStyleConfig:
videoStyleRow: 2
videoStyleColumn: 2
4 years ago
# ------------球机m3u8默认地址 %d是球机数据库id如果数据库没有就使用此默认值
4 years ago
mediaServer: http://127.0.0.1:9080/hls/camera%d.m3u8
rtcServer:
rtcServerIp: 127.0.0.1
rtcServerPort: 8083