From 914278f6110c03250d24ed0f1f4a7d5675a228e5 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 28 二月 2025 09:41:34 +0800
Subject: [PATCH] 增加破损返回数据,破损请求类增加字段

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

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 471cdae..1127d92 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -1,17 +1,26 @@
 server:
-  port: 8084
+  port: 10016
 spring:
   profiles:
     active: dev
   application:
     name: temperingGlass
   liquibase:
-    enabled: true
-    change-log: classpath:changelog/changelog.sql
+    enabled: false
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 mes:
   width: 2800
-  height: 5000
\ No newline at end of file
+  height: 5000
+kangaroohy:
+  milo:
+    enabled: false
+    primary: default
+    config:
+      default:
+        endpoint: opc.tcp://10.153.19.150:49320
+        security-policy: basic256sha256
+        username: admin
+        password: 1qaz2wsx3edc4rfv
\ No newline at end of file

--
Gitblit v1.8.0