From a62d2a121ae50dfe51404a719aec29a5115ca51b Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 14 Oct 2024 23:26:27 +0200 Subject: [PATCH] new bootstrap.yml Signed-off-by: Peter Siegmund --- 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 1e48787..0a2a1a2 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: register-with-eureka: true fetch-registry: true service-url: - defaultZone: http://localhost:8761/eureka + defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} spring: application: