Skip to content

Commit

Permalink
MOSIP-38450: Admin API review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Swetha K <[email protected]>
  • Loading branch information
Swetha K committed Jan 10, 2025
1 parent fd04258 commit fb93e19
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.application.name=partner-management
#Active Profile - will relate to development properties file in the server.
#If this property is absent then default profile will be activated which is
#the property file without any environment name at the end.
spring.profiles.active=dev
spring.profiles.active=local


# defining current branch in which we are working as label
Expand Down Expand Up @@ -62,11 +62,12 @@ openapi.partnerManagementService.servers[0].description= Partner Management Serv
##START properties are for PMS Revamp DP1 release
mosip.pmp.host=localhost:4200
mosip.pmp.reactjs.ui.host=localhost:3000
#auth.allowed.urls=https://${mosip.pmp.host}/,https://${mosip.pmp.reactjs.ui.host}/
auth.allowed.urls=https://${mosip.pmp.host}/,https://${mosip.pmp.reactjs.ui.host}/
#when u want to run locally
auth.allowed.urls=http://${mosip.pmp.host}/,http://${mosip.pmp.reactjs.ui.host}/
#auth.allowed.urls=http://${mosip.pmp.host}/,http://${mosip.pmp.reactjs.ui.host}/

mosip.kernel.keymanager.url=https://dev.mosip.net

mosip.kernel.keymanager.url=https://api-internal.dev1.mosip.net
pmp.partner.original.certificate.get.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getPartnerSignedCertificate/{partnerCertId}
pmp.trust.certificates.post.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getCaCertificates
pmp.download.trust.certificates.get.rest.uri=${mosip.kernel.keymanager.url}/v1/keymanager/getCACertificateTrustPath/{caCertId}
Expand Down

0 comments on commit fb93e19

Please sign in to comment.