From ea56911a582b294a2f08ecdf5de460fbd00273d1 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Wed, 28 Oct 2020 13:05:48 +0100 Subject: [PATCH] adding profiles to bootstrap.yml --- src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 320de77..3484461 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -22,4 +22,4 @@ eureka: register-with-eureka: true fetch-registry: true serviceUrl: - defaultZone: http://netflix:eureka@localhost:8761/eureka + defaultZone: http://netflix:eureka@eureka:8761/eureka