From fb93e197a2a6cbbd3d330101ec3e66b586623405 Mon Sep 17 00:00:00 2001 From: Swetha K Date: Fri, 10 Jan 2025 17:27:19 +0530 Subject: [PATCH] MOSIP-38450: Admin API review comments Signed-off-by: Swetha K --- .../src/main/resources/bootstrap.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/partner/partner-management-service/src/main/resources/bootstrap.properties b/partner/partner-management-service/src/main/resources/bootstrap.properties index 257ecaf820..414fac8dc6 100644 --- a/partner/partner-management-service/src/main/resources/bootstrap.properties +++ b/partner/partner-management-service/src/main/resources/bootstrap.properties @@ -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 @@ -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}