Skip to content

Commit

Permalink
chore: turn off marriage registration (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq89 authored Jan 6, 2025
1 parent 9c6e8b3 commit 8501170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/application/application-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const applicationConfig = {
DECLARATION_AUDIT_LOCATIONS: 'DISTRICT',
FEATURES: {
DEATH_REGISTRATION: true,
MARRIAGE_REGISTRATION: true,
MARRIAGE_REGISTRATION: false,
EXTERNAL_VALIDATION_WORKQUEUE: false,
INFORMANT_SIGNATURE: false,
PRINT_DECLARATION: false,
Expand Down

0 comments on commit 8501170

Please sign in to comment.