Skip to content

Commit

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

eureka:
instance:
hostname: gateway.studio.i
client:
register-with-eureka: true
fetch-registry: true
service-url:
defaultZone: http://52.78.155.253:8761/eureka/
defaultZone: http://52.78.155.253:8761/eureka

spring:
application:
name: apigateway-service
name: api-gateway-service
cloud:
gateway:
routes:
Expand Down

0 comments on commit 26680be

Please sign in to comment.