From 67c8722cd8ede255b56345d41bede7e834a67585 Mon Sep 17 00:00:00 2001 From: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:56:37 +0530 Subject: [PATCH] [MOSIP-30425] Update Print bootstrap.properties Signed-off-by: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> --- src/main/resources/bootstrap.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties index 2c439ba6..5ebcb87d 100644 --- a/src/main/resources/bootstrap.properties +++ b/src/main/resources/bootstrap.properties @@ -1,11 +1,11 @@ #spring.cloud.config.uri=localhost #spring.cloud.config.label=develop spring.profiles.active=local1 -#spring.cloud.config.name=print +spring.cloud.config.name=application,print spring.application.name=print management.endpoint.health.show-details=always management.endpoints.web.exposure.include=info,health,refresh server.port=8088 server.servlet.context-path=/v1/print -health.config.enabled=false \ No newline at end of file +health.config.enabled=false