Skip to content

Commit

Permalink
Added one new property
Browse files Browse the repository at this point in the history
Added one new property
  • Loading branch information
MonobikashDas authored Jul 3, 2020
1 parent 9cece1c commit 05d939e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions config-templates/registration-processor-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -173,6 +187,9 @@ EMAILNOTIFIER=${mosip.base.url}/v1/emailnotifier/email/send
#NGINX server URL which is running in DMZ location
NGINXDMZURL=http://<dmz ip address>:8082

#To get the idschema from masterdata db
IDSCHEMA=${mosip.base.url}/v1/syncdata/latestidschema

#---------Registration Status---------

#Maximum retry count for packet
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 05d939e

Please sign in to comment.