From a20bc4abb2b913bf03dda03a45d835da090cf9aa Mon Sep 17 00:00:00 2001
From: liusuyi <13324259@qq.com>
Date: 星期三, 27 十二月 2023 22:18:11 +0800
Subject: [PATCH] 雷达通过ip和端口关联
---
src/main/resources/application-dev.yml | 63 ++++++++++++++++---------------
1 files changed, 32 insertions(+), 31 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index be648e1..ac119ec 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -29,34 +29,35 @@
timeBetweenEvictionRunsMillis: 60000
#绌洪棽杩炴帴鏈�灏忕┖闂叉椂闂�
minEvictableIdleTimeMillis: 300000
- # netty閰嶇疆
- netty:
- udp:
- port: 40000
- enabled: true
- tcp:
- enabled: true
- # mqtt閰嶇疆
- mqtt:
- host: tcp://192.168.2.15:1883
- clientId: client-2272
- username: admin
- password: admin
- timeout: 100
- keepalive: 60
+# netty閰嶇疆
+netty:
+ udp:
+ port: 40000
+ enabled: false
+ tcp:
enabled: true
- # 鐩楃數鎺ュ彛鍦板潃
- stealelec:
- enabled: true
- url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
+# mqtt閰嶇疆
+mqtt:
+ host: tcp://192.168.2.15:1883
+ clientId: client-2272
+ username: admin
+ password: admin
+ timeout: 100
+ keepalive: 60
+ enabled: true
+# 鐩楃數鎺ュ彛鍦板潃
+stealelec:
+ enabled: false
+ url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
# 涓夊巶鏁板瓧鍖栧湴鍧�
- digitization3:
- enabled: true
- # minio閰嶇疆
- minio:
- endpoint: http://192.168.2.15:9001
- accessKey: admin
- secretKey: xzx12345
+# 涓夊満鏁板瓧鍖�
+digitization3:
+ enabled: false
+# minio閰嶇疆
+minio:
+ endpoint: http://192.168.2.15:9001
+ accessKey: admin
+ secretKey: xzx12345
# mybatis-plus閰嶇疆
mybatis-plus:
type-aliases-package: com.ard.alarm.**.domain
@@ -64,11 +65,11 @@
# 鏃ュ織绛夌骇閰嶇疆
logging:
level:
- hikSdk: debug
- mqtt: info
- netty: info
+ hikSdk: info
+ mqtt: debug
+ netty: debug
external: info
- camera: debug
+ camera: info
tube: info
digitization3: info
- stealAlarm: info
+ stealAlarm: info
\ No newline at end of file
--
Gitblit v1.9.3