Skip to content

Commit

Permalink
[DSD-7103] Updated datashare link to be http instead of https as it i… (
Browse files Browse the repository at this point in the history
mosip#704)

* [DSD-7103] Updated datashare link to be http instead of https as it is internal service

Signed-off-by: Gurpreet41082 <[email protected]>

* [DSD-7103] Updated datashare get lik

Signed-off-by: Gurpreet41082 <[email protected]>

---------

Signed-off-by: Gurpreet41082 <[email protected]>
  • Loading branch information
Gurpreet41082 authored Jan 23, 2025
1 parent 1f15210 commit b0e14d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mimoto-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0e14d7

Please sign in to comment.