changing eureka address

This commit is contained in:
Szakalakamaka
2020-11-04 13:20:45 +01:00
parent bbb37e1a9f
commit f8a89002e5
3 changed files with 23 additions and 30 deletions

View File

@@ -21,4 +21,4 @@ eureka:
register-with-eureka: true
fetch-registry: true
serviceUrl:
defaultZone: http://netflix:eureka@localhost:8761/eureka
defaultZone: http://netflix:eureka@eureka:8761/eureka

View File

@@ -1,2 +1,2 @@
redis.host = localhost
redis.host = redis
redis.port = 6379