From 0c106afcc21bb05f519abbdd2b4826c843731a9e Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 17 十月 2024 15:11:17 +0800
Subject: [PATCH] 添加扫码枪ip

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

diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 276d6b9..dee1ac9 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -3,7 +3,7 @@
 
 spring:
   profiles:
-    active: cz
+    active: dev
   application:
     name: cacheGlass
   liquibase:
@@ -17,7 +17,7 @@
   ratio: 10
   cache: # 鍗у紡鐞嗙墖鏈�澶у昂瀵�
     cacheWidth: 4000
-    cacheHeight:3000
+    cacheHeight: 3000
   max: # 绗簩鏉$嚎鐨勬渶澶у昂瀵镐俊鎭�
     firstLength: 3500
     secondLength: 2500
@@ -30,12 +30,7 @@
       secondLength: 400
   sequence:
     order: false
+kangaroohy:
   milo:
-    primary: default
-    config:
-      default:
-        endpoint: opc.tcp://127.0.0.1:49320
-        security-policy: basic256sha256
-        username: zsh
-        password: 1qaz2wsx3edc4rfv
+    enabled: false
 

--
Gitblit v1.8.0