From b3db20cb3c7d0a4e9a0e8bd5b7a92ea6046adb4a Mon Sep 17 00:00:00 2001 From: Sowmya Ujjappa Banakar Date: Thu, 13 Jun 2024 13:05:15 +0530 Subject: [PATCH] MOSIP-32461 code changes Signed-off-by: Sowmya Ujjappa Banakar --- .../src/main/resources/bootstrap.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties b/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties index edacc1fdc75..81709f09f42 100644 --- a/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties +++ b/registration-processor/mosip-stage-executor/src/main/resources/bootstrap.properties @@ -1,7 +1,7 @@ -spring.cloud.config.uri=http://localhost:51000/config +spring.cloud.config.uri=localhost spring.cloud.config.label=master -spring.application.name=registration-processor,application -spring.profiles.active=default +spring.application.name=application,registration-processor +spring.profiles.active=dev spring.cloud.config.name=registration-processor config.server.file.storage.uri=${spring.cloud.config.uri}/${packet.info.storage.service}/${spring.profiles.active}/${spring.cloud.config.label}/ management.endpoints.web.exposure.include=refresh