Skip to content

Commit

Permalink
feat : eureka ip 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Nov 1, 2023
1 parent 80e93a9 commit 80df709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ eureka:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://localhost:8761/eureka
defaultZone: http://13.125.181.139:8761/eureka

greeting:
message: Welcome to the Ice-Americano Page
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ eureka:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://52.78.155.253:8761/eureka
defaultZone: http://13.125.181.139:8761/eureka

greeting:
message: Welcome to the Ice-Americano Page
Expand Down

0 comments on commit 80df709

Please sign in to comment.