HUJIANGUO 3 年 前
コミット
56cfc8f9b4
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -14,15 +14,15 @@ spring:
 
 openfeign:
   ESFeign:
-    url: ${ESFEIGN_URL:172.16.33.161:8089}
+    url: ${ESFEIGN_URL:localhost:8089}
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
+    url: ${COLUMNDATAFEIGN_URL:localhost:8083}
 
 #eureka设置
 eureka:
   client:
     service-url:
-      defaultZone: http://root:root@${EUREKA_HOST:172.16.33.161}:${EUREKA_PORT:8061}/eureka/
+      defaultZone: http://root:root@${EUREKA_HOST:172.16.33.162}:${EUREKA_PORT:8081}/eureka/
   instance:
     prefer-ip-address: true
     status-page-url: http://${spring.cloud.client.ip-address}:${server.port}/swagger-ui.html#/