From 9aad57b02481686e09f2a25c86c15bd70a28764f Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Tue, 27 Jun 2023 14:18:21 +0800 Subject: [PATCH] 执法记录仪同步去除 --- src/main/resources/application-test.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 87d1e44..651ba71 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -45,13 +45,13 @@ #[可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口 server: - port: 18085 + port: 18185 # 作为28181服务器的配置 sip: monitor-ip: 0.0.0.0 # [必须修改] 本机的IP - ip: 192.168.0.126 + ip: 192.168.1.170 # [可选] 28181服务监听的端口 port: 5070 # 根据国标6.1.2中规定,domain宜采用ID统一编码的前十位编码。国标附录D中定义前8位为中心编码(由省级、市级、区级、基层编号组成,参照GB/T 2260-2007) -- Gitblit v1.9.3