From b205bdd9ec9247ff302996b77102a018b08de776 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 15 五月 2024 14:04:55 +0800
Subject: [PATCH] 1、改成单数据源模式; 2、完成基于王江海制定的协议的设备上行数据部分处理
---
pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
index ffa34fd..5c588fd 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
@@ -74,8 +74,7 @@
global:
dev: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse
dsName: ym #寮�鍙戦樁娈碉紝璁剧疆涓存椂鐨勬暟鎹簱鍚嶇О
- accMw:
- commandCallback: http://127.0.0.1:8079/remote/rtu/comCallback
+ mw:
webPort: 8070
actutorPort: 9070
idSuffix: 0
@@ -112,7 +111,7 @@
webPort: 8085
actutorPort: 9085
idSuffix: 7
- webchat:
+ irrigate:
webPort: 8086
actutorPort: 9086
idSuffix: 8
--
Gitblit v1.8.0