diff --git a/config-templates/registration-processor-env.properties b/config-templates/registration-processor-env.properties index 7c000f28ccb..a9cb8b5b22f 100644 --- a/config-templates/registration-processor-env.properties +++ b/config-templates/registration-processor-env.properties @@ -57,6 +57,18 @@ registration.processor.PRINT_POSTAL_SERVICE=/home/ftp1/PRINIT_POSTAL_SERVICE #Location to store the encrypted packet in the dmz zone registration.processor.LANDING_ZONE = ${registration.processor.DEV_DIRECTORY}/LANDING_ZONE +#-----packet-utility---------- +# The known packet sources. Should be set as all fieldCategory present in idschema +# (NOTE : if fieldCategory is set as pvt then the source should be id) +registration.processor.sourcepackets=id,evidence,optional +# The mandatory default source packet.(In default configuration this is thd id packet) +packet.default.source=id +# the default schema field cagegory (ex - private) +schema.default.fieldCategory=pvt,none +# The IDSchemaVersion used to create packets in reg-proc +IDSchema.Version=1.0 + + #---------registration-processor-camel-bridge------------ #Url to cluster manager to enable this stage for joining the cluster in secure zone @@ -104,6 +116,8 @@ KEYBASEDTOKENAPI=${mosip.base.url}/v1/authmanager/authenticate/clientidsecretkey TOKENVALIDATE=${mosip.base.url}/v1/authmanager/authorize/admin/validateToken GETRIDFROMUSERID=${mosip.base.url}/v1/authmanager/rid INTERNALAUTH=${mosip.base.url}/idauthentication/v1/internal/auth +IDAUTHENCRYPTION=${mosip.base.url}/idauthentication/v1/internal/encrypt +IDAUTHPUBLICKEY=${mosip.base.url}/idauthentication/v1/internal/publickey #Master Data Services MASTER=${mosip.base.url}/v1/masterdata @@ -173,6 +187,9 @@ EMAILNOTIFIER=${mosip.base.url}/v1/emailnotifier/email/send #NGINX server URL which is running in DMZ location NGINXDMZURL=http://:8082 +#To get the idschema from masterdata db +IDSCHEMA=${mosip.base.url}/v1/syncdata/latestidschema + #---------Registration Status--------- #Maximum retry count for packet @@ -303,6 +320,10 @@ registration.processor.queue.address = print-service-{{ env_name }} #Post Service address registration.processor.queue.printpostaladdress = postal-service-{{ env_name }} +# Enable proxy postal service response for test environments where actual postal service wont be available +# IMPORTANT : This should always be set as false in actual production environment +registration.processor.enable.proxy.postalservice=false + #------------Packet Validator Stage----------- #Attributes to be validated in master data validation registration.processor.masterdata.validation.attributes = gender,region,province,city