Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/application.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ in_person_completion_survey_url: 'https://login.gov'
include_slo_in_saml_metadata: false
inherited_proofing_enabled: false
inherited_proofing_va_base_url: 'https://staging-api.va.gov'
va_inherited_proofing_mock_enabled: true
va_inherited_proofing_mock_enabled: false
irs_attempt_api_audience: 'https://irs.gov'
irs_attempt_api_auth_tokens: ''
irs_attempt_api_csp_id: 'LOGIN.gov'
Expand Down Expand Up @@ -337,7 +337,7 @@ development:
identity_pki_local_dev: true
in_person_proofing_enabled: true
inherited_proofing_enabled: true
va_inherited_proofing_mock_enabled: true
va_inherited_proofing_mock_enabled: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this override value is the same as the default, we could just remove it altogether.

Suggested change
va_inherited_proofing_mock_enabled: false

kantara_2fa_phone_restricted: true
kantara_2fa_phone_existing_user_restriction: true
kantara_restriction_enforcement_date: '2022-07-01'
Expand Down