Skip to content

Commit

Permalink
Move Hardcoded Settings to vets-api - Part 2 (#19605)
Browse files Browse the repository at this point in the history
* move hardcoded named-env settings to vets-api

* remove unused setting

* remove unused setting
  • Loading branch information
stevenjcumming authored Nov 27, 2024
1 parent 3a1e551 commit 11eb4f3
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/settings/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,51 @@ google_analytics_cvu:
type: service_account
hca:
ca: []
lighthouse:
benefits_intake:
path: /services/vba_documents
use_mocks: false
version: v1
veteran_verification:
form526:
use_mocks: false
maintenance:
services:
bgs: P5Q2OCZ
modules_appeals_api:
legacy_appeals_enabled: true
schema_dir: config/schemas
mvi:
pii_logging: false
session_cookie:
secure: true
sidekiq_admin_panel: false
sidekiq:
github_organization: department-of-veterans-affairs
va_profile:
contact_information:
cache_enabled: true
enabled: true
mock: false
timeout: 30
demographics:
cache_enabled: false
enabled: true
mock: false
timeout: 30
military_personnel:
cache_enabled: false
enabled: true
mock: false
timeout: 30
veteran_status:
mock: false
vba_documents:
enable_validate_document_endpoint: true
s3:
enabled: true
slack:
daily_notification_hour: 7
in_flight_notification_hung_time_in_days: 14
renotification_in_minutes: 1440
update_stalled_notification_in_minutes: 180

0 comments on commit 11eb4f3

Please sign in to comment.