From cdbf81cd58f0fb50b3ce83afdb14b8beb069d1c5 Mon Sep 17 00:00:00 2001
From: zzs <hi@vio.vin>
Date: Fri, 24 Jan 2025 17:06:05 +0800
Subject: [PATCH] revert

---
 src/main/java/kd/cosmic/Application.java | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/src/main/java/kd/cosmic/Application.java b/src/main/java/kd/cosmic/Application.java
index 654ff903..659c8d34 100644
--- a/src/main/java/kd/cosmic/Application.java
+++ b/src/main/java/kd/cosmic/Application.java
@@ -1,7 +1,5 @@
 package kd.cosmic;
 
-import kd.bos.orm.query.QFilter;
-import kd.bos.servicehelper.BusinessDataServiceHelper;
 import kd.cosmic.server.Launcher;
 
 /**
@@ -15,25 +13,23 @@ public class Application {
 //        cosmic.setTenantNumber("sample");
 //        cosmic.setServerIP("10.64.112.152");
 
-        cosmic.setAppName("cosmic-violet-Je89fhcD");
-        cosmic.setWebPath("E:/Code/ensign_back/ensign-server/webapp");
+        cosmic.setAppName("cosmic-25655-N0OqzfBY");
+        cosmic.setWebPath("D:/Cosine/Comics_Debug/Comics_YXZG/YXZG-server/webapp");
 
-        //152
+        ////152
         cosmic.setClusterNumber("yxzg-topview-dev");
         cosmic.setTenantNumber("yxzg-topview-dev");
         cosmic.setServerIP("10.64.112.152");
-        cosmic.setFileServerPathIPAndPort("","");
-        cosmic.setConfigUrl("10.64.112.152:2181","zookeeper","Cosmic@5092");
-
-//        134
+        cosmic.setFileServerPathIPAndPort("", "");
+        cosmic.setConfigUrl("10.64.112.152:2181", "zookeeper", "Cosmic@5092");
+        System.setProperty("mq.debug.queue.tag", "wrxtest");
+        ////134
 //        cosmic.setClusterNumber("yxzg-prod");
 //        cosmic.setTenantNumber("yxzg-prod");
 //        cosmic.setServerIP("10.64.111.134");
 //        cosmic.setConfigUrl("10.64.111.134:2181","zookeeper","d@f*g:SGVsbG8==U4HRwjlqTOp0p9b60T+T8D2fQ8ThQgJLu/qgfLyLgknPa2RwYXNzd29yZA==");
 
-
         cosmic.setStartWithQing(false);
         cosmic.start();
     }
-
 }
\ No newline at end of file