From f57ae7dd31590d3d7a7ef78b33187124e8f2d36a Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Oct 2024 00:26:17 +0200 Subject: [PATCH] new env variable Signed-off-by: Peter Siegmund --- src/main/resources/configurations/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/configurations/application.yml b/src/main/resources/configurations/application.yml index 0413b00..f6d3b94 100644 --- a/src/main/resources/configurations/application.yml +++ b/src/main/resources/configurations/application.yml @@ -3,7 +3,7 @@ eureka: register-with-eureka: true fetch-registry: true service-url: - defaultZone: ${EUREKA_URI:http://localhost:8761/eureka} + defaultZone: ${EUREKA} info: application: