prod
parent
1b7fdc92de
commit
d219e44980
@ -0,0 +1,40 @@
|
||||
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
|
||||
server:
|
||||
port: 8099
|
||||
userUrl: http://115.236.65.98:11001
|
||||
picPort: 8544
|
||||
cameraPassword: admin123
|
||||
cameraUser: admin
|
||||
cameraPort: 37777
|
||||
mediaPath: d:\\data\media\
|
||||
mp4Path: d:\\data\mp4\
|
||||
Loading…
Reference in New Issue