Skip to content

Commit

Permalink
refactor : change & hide eureka server addr
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Feb 16, 2024
1 parent 01dbfcd commit fb3f2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/timeline-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ passport:

eureka:
instance:
hostname: 15.164.88.57
hostname: ${EUREKA_HOST}
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: http://15.164.88.57:8761/eureka
defaultZone: ${EUREKA_DEFAULT_ZONE}

0 comments on commit fb3f2d3

Please sign in to comment.