启动类修改租户、集群编码

This commit is contained in:
sez 2024-07-09 16:24:17 +08:00
parent 573c439ca8
commit 516e8d59bb
1 changed files with 6 additions and 3 deletions

View File

@ -22,8 +22,8 @@ public class DebugApplication {
CosmicLauncher cosmic = new CosmicLauncher(false);
cosmic.setClusterNumber("SHHY-test");
cosmic.setTenantNumber("SHHY-test");
cosmic.setClusterNumber("zyhy-test");
cosmic.setTenantNumber("zyhy-test");
// cosmic.setConfigUrl("127.0.0.1:2181?user=zk&password=xxx");
cosmic.setConfigUrl("10.13.11.210:2181?user=zookeeper&password=Cosmic@2024");
@ -31,8 +31,11 @@ public class DebugApplication {
// cosmic.setMcServerUrl("http://127.0.0.1:8090");
cosmic.setMcServerUrl("http://10.13.11.210:8090/mc");
cosmic.setWebResPath("E:/zyhy_wokspace/static-file-service");
cosmic.setWebResPath("D:\\zyhy\\static-file-service");
cosmic.set("tempfile.cachetype","disk");
cosmic.set("diskcache.path","D:\\diskcache");
cosmic.set("lightweightdeploy","true");
// cosmic.setFsServerUrl("127.0.0.1", 8100);
// cosmic.setImageServerUrl("127.0.0.1", 8100);