From 91d1719037a3f70ee20da68bc285c3aeac01b595 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期一, 29 四月 2024 10:27:40 +0800
Subject: [PATCH] 配置文件上传

---
 Bin/properties/iceClient.properties |    3 ++-
 Bin/properties/iceServer.properties |    3 ++-
 Bin/Redis-6.2.10/dump.rdb           |    0 
 Bin/properties/service.xml          |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Bin/Redis-6.2.10/dump.rdb b/Bin/Redis-6.2.10/dump.rdb
index 693121d..743256f 100644
--- a/Bin/Redis-6.2.10/dump.rdb
+++ b/Bin/Redis-6.2.10/dump.rdb
Binary files differ
diff --git a/Bin/properties/iceClient.properties b/Bin/properties/iceClient.properties
index fc354fe..5715f17 100644
--- a/Bin/properties/iceClient.properties
+++ b/Bin/properties/iceClient.properties
@@ -1,2 +1,3 @@
 锘�#NameService=PLT
-Endpoints=default -h localhost -p 4601
\ No newline at end of file
+Endpoints=default -h 127.0.0.1 -p 4601
+#Endpoints=VCI-PLT/Locator:default -h 172.16.0.127 -p 4061
\ No newline at end of file
diff --git a/Bin/properties/iceServer.properties b/Bin/properties/iceServer.properties
index c512452..00a2bd9 100644
--- a/Bin/properties/iceServer.properties
+++ b/Bin/properties/iceServer.properties
@@ -1,3 +1,4 @@
 锘�#NameService=PLT
 Adapter=PLT
-Endpoints=default -h localhost -p 4601
\ No newline at end of file
+Endpoints=default -h localhost -p 4601
+#Endpoints=VCI-PLT/Locator:default -h localhost -p 4601
\ No newline at end of file
diff --git a/Bin/properties/service.xml b/Bin/properties/service.xml
index 552d9fb..2fc834f 100644
--- a/Bin/properties/service.xml
+++ b/Bin/properties/service.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Services>
-	<!-- <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" /> -->
+	<ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" />
 	<ServiceTempl name="FrameService" entry="com.vci.server.framework.FrameworkServiceImpl" description="绯荤粺妗嗘灦鏈嶅姟" />
 	<ServiceTempl name="OMDService" entry="com.vci.server.omd.OMDServiceImpl" description="瀵硅薄妯″瀷瀹氫箟鏈嶅姟" />
 	<ServiceTempl name="BOFServer" entry="com.vci.server.bof.BOFactoryServiceImpl" description="瀵硅薄宸ュ巶鏈嶅姟" />

--
Gitblit v1.9.3