From ed388015a54622f3e814323e17ef344e6cee66b7 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 18 Jan 2025 08:50:31 +0800
Subject: [PATCH] 增加执法记录仪读取

---
 src/main/resources/application-dev.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 687c2f4..32f9a6e 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -5,7 +5,7 @@
     host: 127.0.0.1
     port: 6379
     password:
-    database: 9
+    database: 11
     ssl: false
     ##redis 集群环境配置
     #cluster:
@@ -54,5 +54,5 @@
 
 # 警车udp接收端口
 syscfg:
-  udpReceivePort: 7687
+  udpReceivePort: 7888
 

--
Gitblit v1.9.3