소스 검색

调用bim测试环境

lyhzzz 2 년 전
부모
커밋
53eea12e25
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/main/resources/application-local.yaml
  2. 2 2
      src/main/resources/application-test.yaml

+ 2 - 2
src/main/resources/application-local.yaml

@@ -41,5 +41,5 @@ spring:
     port: 80
   bimService:
     #bim 服务
-    basePath: http://192.168.0.152
-    port: 8787
+    basePath: http://uat-bim.4dkankan.com
+    port: 80

+ 2 - 2
src/main/resources/application-test.yaml

@@ -41,5 +41,5 @@ spring:
     port: 80
   bimService:
     #bim 服务
-    basePath: http://192.168.0.152
-    port: 8787
+    basePath: http://uat-bim.4dkankan.com
+    port: 80