Skip to content

Commit

Permalink
refactor : modify eureka server addr
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger authored Feb 14, 2024
1 parent fda0b5d commit f77e325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/notification-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
password: ${NOTIFICATION_DB_PASSWORD}
jpa:
hibernate:
ddl-auto: create
ddl-auto: validate
properties:
hibernate:
default_batch_size: 999
Expand Down Expand Up @@ -60,9 +60,9 @@ passport:

eureka:
instance:
hostname: 15.164.183.118
hostname: 15.164.88.57
client:
fetch-registry: true
register-with-eureka: true
service-url:
defaultZone: http://52.78.82.226:8761/eureka
defaultZone: http://15.164.88.57:8761/eureka

0 comments on commit f77e325

Please sign in to comment.