From 04bf50b7210d53c99e231bd8671b118d7cf15ee0 Mon Sep 17 00:00:00 2001 From: VSIVAKALYAN Date: Fri, 7 Jun 2024 11:07:05 +0530 Subject: [PATCH] [MOSIP-30425] updated bootstrap properties Signed-off-by: VSIVAKALYAN --- mock-identity-system/src/main/resources/bootstrap.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mock-identity-system/src/main/resources/bootstrap.properties b/mock-identity-system/src/main/resources/bootstrap.properties index 0255d6e1..c9597005 100644 --- a/mock-identity-system/src/main/resources/bootstrap.properties +++ b/mock-identity-system/src/main/resources/bootstrap.properties @@ -2,7 +2,7 @@ spring.application.name=mock-identity-system #spring.cloud.config.uri=http://localhost:8888 spring.profiles.active=local #spring.cloud.config.label=master -spring.cloud.config.name=mock-identity-system +spring.cloud.config.name=application,mock-identity-system spring.main.allow-bean-definition-overriding=true server.port=8082 @@ -29,4 +29,4 @@ openapi.group.name=${openapi.info.title} openapi.group.paths[0]=/** springdoc.swagger-ui.disable-swagger-default-url=true springdoc.swagger-ui.tagsSorter=alpha -springdoc.swagger-ui.operationsSorter=alpha \ No newline at end of file +springdoc.swagger-ui.operationsSorter=alpha