From 9f751f56d914aa7704938a858e91133ac8686382 Mon Sep 17 00:00:00 2001 From: emoscovici Date: Sun, 11 Feb 2024 16:01:24 +0200 Subject: [PATCH] test old cloud config property --- .../src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/timbermill-java/timbermill-server/src/main/resources/application.properties b/timbermill-java/timbermill-server/src/main/resources/application.properties index adc0bd21..5a9b3dab 100644 --- a/timbermill-java/timbermill-server/src/main/resources/application.properties +++ b/timbermill-java/timbermill-server/src/main/resources/application.properties @@ -2,7 +2,8 @@ spring.application.name=timbermill2 server.port=8484 spring.cloud.config.enabled=true spring.cloud.config.token=${SPRING_CLOUD_CONFIG_TOKEN} -spring.config.import=configserver:${SPRING_CLOUD_CONFIG_URI} +#spring.config.import=configserver:${SPRING_CLOUD_CONFIG_URI} +spring.cloud.config.uri=${SPRING_CLOUD_CONFIG_URI} health.config.enabled=false management.health.elasticsearch.enabled=false