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 | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 55a2ffe..1127d92 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
port: 10016
spring:
profiles:
- active: prod
+ active: dev
application:
name: temperingGlass
liquibase:
@@ -13,4 +13,14 @@
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