From b0e14d71de198beaae90d19d46397be9158c36a4 Mon Sep 17 00:00:00 2001 From: Gurpreet41082 Date: Thu, 23 Jan 2025 15:25:19 +0530 Subject: [PATCH] =?UTF-8?q?[DSD-7103]=20Updated=20datashare=20link=20to=20?= =?UTF-8?q?be=20http=20instead=20of=20https=20as=20it=20i=E2=80=A6=20(#704?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [DSD-7103] Updated datashare link to be http instead of https as it is internal service Signed-off-by: Gurpreet41082 * [DSD-7103] Updated datashare get lik Signed-off-by: Gurpreet41082 --------- Signed-off-by: Gurpreet41082 --- mimoto-default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mimoto-default.properties b/mimoto-default.properties index 3f3f6f47..93d33c50 100644 --- a/mimoto-default.properties +++ b/mimoto-default.properties @@ -53,13 +53,13 @@ mosip.inji.ovp.error.redirect.url.pattern=%s?error=%s&error_description=%s #DataShare Config #Host url for the DataShare -mosip.data.share.url=https://${mosip.inji.datashare.host} +mosip.data.share.url=http://${mosip.inji.datashare.host} #Create url to push the VC into Data share mosip.data.share.create.url=${mosip.data.share.url}/v1/datashare/create/static-policyid/static-subscriberid #Retry count to push the VC into Data share mosip.data.share.create.retry.count=3 #Get url to retrieve the VC from Data share -mosip.data.share.get.url.pattern=http://datashare-inji.injiweb/v1/datashare/get/static-policyid/static-subscriberid/* +mosip.data.share.get.url.pattern=${mosip.data.share.url}/v1/datashare/get/static-policyid/static-subscriberid/* #OpenId4VP related Configuration END