Tiroble il y a 3 ans
Parent
commit
badf3e41ae

+ 1 - 1
src/main/resources/application-dev.yml

@@ -46,6 +46,6 @@ openfeign:
   AmsFeign:
     url: ${AMSFEIGN_URL:172.16.33.162:8015}
   OTMSFeign:
-    url: ${OTMSFEIGN_URL:localhost:8087}
+    url: ${OTMSFEIGN_URL:172.16.33.166:8087}
 server:
   port: 8008

+ 1 - 1
src/main/resources/application-prod.yml

@@ -46,6 +46,6 @@ openfeign:
   AmsFeign:
     url: ${AMSFEIGN_URL:172.16.33.166:8079}
   OTMSFeign:
-    url: ${OTMSFEIGN_URL:localhost:8087}
+    url: ${OTMSFEIGN_URL:172.16.33.166:8087}
 server:
   port: 8088