jiumi
This commit is contained in:
parent
b96a5d4543
commit
cc2ca5a3bd
@ -21,7 +21,7 @@ spring:
|
|||||||
# [可选] 数据库 DB
|
# [可选] 数据库 DB
|
||||||
database: 1
|
database: 1
|
||||||
# [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
|
# [可选] 访问密码,若你的redis服务器没有设置密码,就不需要用密码去连接
|
||||||
password: 123456
|
password:
|
||||||
# [可选] 超时时间
|
# [可选] 超时时间
|
||||||
timeout: 10000
|
timeout: 10000
|
||||||
# mysql数据源
|
# mysql数据源
|
||||||
@ -30,7 +30,7 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://127.0.0.1:3306/wvprtsp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://127.0.0.1:3306/wvprtsp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
|
||||||
username: root
|
username: root
|
||||||
password: 123456
|
password: 2YaAyB65MjWdQtwk
|
||||||
#[可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口
|
#[可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口
|
||||||
server:
|
server:
|
||||||
port: 18080
|
port: 18080
|
||||||
@ -57,7 +57,7 @@ sip:
|
|||||||
# [可选]
|
# [可选]
|
||||||
id: 41010500002000000001
|
id: 41010500002000000001
|
||||||
# [可选] 默认设备认证密码,后续扩展使用设备单独密码, 移除密码将不进行校验
|
# [可选] 默认设备认证密码,后续扩展使用设备单独密码, 移除密码将不进行校验
|
||||||
password: 12345678
|
password: jm12345678
|
||||||
# 是否存储alarm信息
|
# 是否存储alarm信息
|
||||||
alarm: false
|
alarm: false
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user