From 7742c87a5de7e49eaeab705510759cfd6b039617 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 07 一月 2025 11:01:10 +0800
Subject: [PATCH] 1、前端推送数据新增两条线空闲信号用于前端展示

---
 hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 9bf821e..99134e3 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   port: 8084
 spring:
   profiles:
-    active: cz
+    active: yw
   application:
     name: temperingGlass
   liquibase:
@@ -16,11 +16,11 @@
   height: 5000
 kangaroohy:
   milo:
-    enabled: false
+    enabled: true
     primary: default
     config:
       default:
-        endpoint: opc.tcp://zidonghua:49320
+        endpoint: opc.tcp://192.168.2.100:49320
         security-policy: basic256sha256
-        username: zsh
+        username: admin
         password: 1qaz2wsx3edc4rfv
\ No newline at end of file

--
Gitblit v1.8.0