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-prod.yml

48 lines
1.2 KiB
YAML

4 years ago
logging:
level:
com.zhehekeji: debug
org.springframework.web: info
root: info
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
initialSize: 15
maxActive: 20
maxPoolPreparedStatementPerConnectionSize: 20
maxWait: 60000
minEvictableIdleTimeMillis: 300000
minIdle: 15
password: lipoLiPo
poolPreparedStatements: true
testOnBorrow: true
testOnReturn: false
testWhileIdle: false
timeBetweenEvictionRunsMillis: 60000
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://47.99.98.250:33306/lipo_duoji?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
username: lipo
validationQuery: SELECT 1 FROM DUAL
zhehe:
common:
redis:
prefix: spring
filter:
enable: true
postToken: w89euijon2&UHBTY$%huni34ri
4 years ago
# --------本服务端口号
4 years ago
server:
port: 8099
4 years ago
#--------------
# ------用户中心地址
4 years ago
userUrl: http://115.236.65.98:11001
4 years ago
# -----------
# ----默认摄像头的连接信息
4 years ago
cameraPassword: admin123
cameraUser: admin
cameraPort: 37777
4 years ago
# ------------
# -----图片 mp4下载地址
4 years ago
mediaPath: d:\\data\media\
mp4Path: d:\\data\mp4\
4 years ago
# ------------