Browse Source

feature: 新增直连地址常量

Walker 1 year ago
parent
commit
7c10462430
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main/java/com/ywt/biz/common/constant/GlobalConstants.java

+ 5 - 1
src/main/java/com/ywt/biz/common/constant/GlobalConstants.java

@@ -36,7 +36,11 @@ public class GlobalConstants {
     /**
      * 中控 nfyy_service 服务的 DubboReference 的直连地址
      */
-    public static final String CENTRAL_CONTROL_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL = "grpc://192.168.3.206:6010";
+    public static final String CENTRAL_CONTROL_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL = "grpc://120.77.174.122:6010";
+    /**
+     *  IM 服务的 DubboReference 的直连地址
+     */
+    public static final String IM_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL = "grpc://120.77.174.122:5005";
 
 
 }