Skip to content

Commit 8501170

Browse files
authored
chore: turn off marriage registration (#355)
1 parent 9c6e8b3 commit 8501170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/application/application-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const applicationConfig = {
4242
DECLARATION_AUDIT_LOCATIONS: 'DISTRICT',
4343
FEATURES: {
4444
DEATH_REGISTRATION: true,
45-
MARRIAGE_REGISTRATION: true,
45+
MARRIAGE_REGISTRATION: false,
4646
EXTERNAL_VALIDATION_WORKQUEUE: false,
4747
INFORMANT_SIGNATURE: false,
4848
PRINT_DECLARATION: false,

0 commit comments

Comments
 (0)