Skip to content

Commit

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

* remove unused setting
  • Loading branch information
stevenjcumming authored Nov 27, 2024
1 parent a654614 commit 3a1e551
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions config/settings/production.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
betamocks:
recording: false
central_mail:
upload:
enabled: true
check_in:
authentication:
retry_attempt_expiry: 604800
chip_api_v2:
mock: false
timeout: 30
lorota_v2:
mock: false
travel_reimbursement_api:
redis_token_expiry: 3540
clamav:
mock: false
coverband:
github_organization: department-of-veterans-affairs
decision_review:
mock: false
pdf_validation:
enabled: true
dogstatsd:
enabled: true
evss:
s3:
uploads_enabled: true
expiry_scanner:
slack:
channel_id: C24RH0W11
flipper:
github_organization: department-of-veterans-affairs
mute_logs: false
form_10_10cg:
poa:
s3:
enabled: true
form526_backup:
submission_method: single
google_analytics_cvu:
type: service_account
hca:
ca: []

0 comments on commit 3a1e551

Please sign in to comment.