Skip to content

Commit

Permalink
eureka 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 15, 2023
1 parent 898f144 commit f102395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ server:

eureka:
instance:
hostname: api.gateway
hostname: gateway.studio.i
client:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://52.78.155.253:8761
defaultZone: http://52.78.155.253:8761/eureka/
spring:
application:
name: apigateway-service
Expand Down

0 comments on commit f102395

Please sign in to comment.