Bladeren bron

测试环境配置

郎学彬 4 jaren geleden
bovenliggende
commit
126b32d51d

+ 1 - 1
tianhu-system/src/main/java/com/tianhu/system/utils/SysConstant.java

@@ -10,5 +10,5 @@ public class SysConstant {
      */
     public static final  String PLATFORM_NO = "000000";
     //审批
-    public  static   final  String FLOWABLE_URL = "http://123.138.111.28:7001/api/";
+    public  static   final  String FLOWABLE_URL = "http://47.94.174.212:7001/api/";
 }

+ 3 - 3
tianhu-system/src/main/resources/bootstrap.yml

@@ -9,15 +9,15 @@ spring:
     name: tianhu-system
   profiles:
     # 环境配置
-    active: dev
+    active: prod
   cloud:
     nacos:
       discovery:
         # 服务注册地址
-        server-addr: 192.168.0.127:8848
+        server-addr: 47.94.193.84:8848
       config:
         # 配置中心地址
-        server-addr: 192.168.0.127:8848
+        server-addr: 47.94.193.84:8848
         # 配置文件格式
         file-extension: yml
         # 共享配置