Skip to content

Commit

Permalink
Merge pull request mosip#576 from LoganathanSekar7627/updated-biohash…
Browse files Browse the repository at this point in the history
…-websub-props

Updated bio hash and webusb resub props
  • Loading branch information
gsasikumar authored Jul 2, 2021
2 parents bb3cb1b + 8ad0263 commit ec45c31
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions sandbox/id-authentication-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ mosip.ida.mapping.json-uri=${spring.cloud.config.uri}/${spring.application.name}
# IDA Mapping JSON file property source
ida.mapping.property.source=url:${mosip.ida.mapping.json-uri}

# Flag to disbale biometric hash validation. Biometric hash validation is enabled by default, set this to 'true' to disable it.
ida.bio.hash.validation.disabled=false

#--------------------------Bio SDK Integration - Bio extractor Service ----------------------------------------#
mosip.biosdk.default.host=http://13.233.66.241
mosip.biosdk.default.service.url=${mosip.biosdk.default.host}/biosdk-service
Expand Down
2 changes: 1 addition & 1 deletion sandbox/id-repository-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ subscription-delay-secs=120000
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
resubscription-delay-secs=43200
resubscription-delay-secs=42200
WEBSUBSECRET=test

#--------------------------Credential-Request-Generator properties ends-----------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion sandbox/kernel-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ syncdata.websub.resubscription.retry.count=3
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
syncdata.websub.resubscription.delay.secs=46800
syncdata.websub.resubscription.delay.secs=41200000
# Delay (in milliseconds) for subscription on application startup to avoid failure during intent verification by hub.
subscriptions-delay-on-startup=120000
2 changes: 1 addition & 1 deletion sandbox/print-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mosip.event.topic=${mosip.partner.id}/CREDENTIAL_ISSUED
mosip.event.secret={cipher}29ef73e366406ea1e7ac1d43e8d96002c3bd814a8b8cde9a961d897f2dadede5
csrf.disabled=true
mosip.event.delay=120000
print-websub-resubscription-delay-secs=43200
print-websub-resubscription-delay-secs=44200
registration.processor.print.textfile=registration-processor-print-text-file.json

#-------------TOKEN GENERATION----------------
Expand Down
2 changes: 1 addition & 1 deletion sandbox/syncdata-mz.properties
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ syncdata.websub.resubscription.retry.count=3
# this property value is set to 0 that disables this workaround.
# To enable the resubscrition scheduling, this property should be assigned with a positive
# number like 1 * 60 * 60 = 3600 for one hour
syncdata.websub.resubscription.delay.secs=43200000
syncdata.websub.resubscription.delay.secs=41100000
# Delay (in milliseconds) for subscription on application startup to avoid failure during intent verification by hub.
subscriptions-delay-on-startup=120000

0 comments on commit ec45c31

Please sign in to comment.