Selaa lähdekoodia

更新 'src/main/resources/bootstrap.yml'

罗棒 3 vuotta sitten
vanhempi
commit
b6ca7a60a8
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/main/resources/bootstrap.yml

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

@@ -50,13 +50,13 @@ eureka:
 #feign设置
 openfeign:
   ESFeign:
-    url: ${ESFEIGN_URL:172.16.33.161:8089}
+    url: ${ESFEIGN_URL:172.16.33.166:8089}
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
   TmsTruckFeign:
-    url: ${TMSTRUCKFEIGN_URL:localhost:8088}
+    url: ${TMSTRUCKFEIGN_URL:172.16.33.166:8088}
   Im:
-    url: ${IMFEIGN_URL:localhost:8055}
+    url: ${IMFEIGN_URL:172.16.33.166:8055}
 
 
 mybatis: