From 40c7ae42f96c9826d3436fa3bb1ea007ec698544 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 21 二月 2025 15:10:32 +0800
Subject: [PATCH] 添加大屏后端数据

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

diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application-dev.yml
index b23ce0f..be8de32 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application-dev.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application-dev.yml
@@ -36,4 +36,14 @@
     port: 6379
     password: 123456
   liquibase:
-    change-log: classpath:changelog/changelogBase.xml
\ No newline at end of file
+    change-log: classpath:changelog/changelogBase.xml
+kangaroohy:
+  milo:
+    enabled: true
+    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