Skip to content

Commit

Permalink
application.yml 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 22, 2023
1 parent 6d5bd7d commit bbd2f1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ server:
port: 8000

eureka:
instance:
hostname : 13.125.181.139
instance-id: ${spring.application.name}:${spring.application.instance_id:${random.value}}
client:
register-with-eureka: true
fetch-registry: true
Expand All @@ -16,7 +19,7 @@ management:

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

0 comments on commit bbd2f1e

Please sign in to comment.