Skip to content

Commit

Permalink
order-service url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jong-gil committed Dec 19, 2023
1 parent 2a4e9b7 commit fcc23d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ eureka:
defaultZone: http://127.0.0.1:8761/eureka

order_service:
url: http://127.0.0.1:8080/order-service/orders/complete
url: http://order-service-1:8080/order-service/orders/complete

0 comments on commit fcc23d5

Please sign in to comment.