Skip to content

Commit

Permalink
Remove Unused Settings - Part 3 (#19136)
Browse files Browse the repository at this point in the history
* remove unused settings from vets-api

* remove chip_api from settings

* Add back chip_api because it's removed in another PR
  • Loading branch information
stevenjcumming authored Oct 31, 2024
1 parent 0ae73a2 commit 1d6eafc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
11 changes: 0 additions & 11 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,12 +637,7 @@ ask_va_api:
veis_api_path: eis/vagov.lob.ava/api
tenant_id: abcdefgh-1234-5678-12345-11e8b8ce491e
ocp_apim_subscription_key: subscription_key
redis_token_expiry: 3540 # 59 minutes
mock: true
service_name: VEIS-API
authentication:
max_auth_retry_limit: 3
retry_attempt_expiry: 604800 # 7 Days

#Settings for Claims Api Module
claims_api:
Expand Down Expand Up @@ -1587,9 +1582,6 @@ check_in:
redis_session_prefix: check_in_lorota_v2
redis_token_expiry: 43200 # 12 Hours

rack:
cookie_secret: ~

# Settings for BID Services
bid:
awards:
Expand Down Expand Up @@ -1678,7 +1670,6 @@ lgy_sahsha:
base_url: http://www.example.com
app_id: ~
api_key: ~
mock_coe: false

form526_backup:
enabled: true
Expand Down Expand Up @@ -1718,13 +1709,11 @@ form1095_b:
aws_access_key_id: ~
aws_secret_access_key: ~
bucket: "bucket"
enabled: true
region: "region"

ivc_forms:
s3:
bucket: "bucket"
enabled: true
region: "region"
sidekiq:
missing_form_status_job:
Expand Down
7 changes: 0 additions & 7 deletions config/settings/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ dgi:
vets:
url: "https://jenkins.ld.afsp.io:32512/vets-service/v1/" # Docker setup for microservice
mock: false
rack:
cookie_secret: "xxxxx"

bid:
awards:
Expand Down Expand Up @@ -424,12 +422,7 @@ ask_va:
veis_api_path: veis/vagov.lob.ava/api
tenant_id: abcdefgh-1234-5678-12345-11e8b8ce491e
ocp_apim_subscription_key: subscription_key
mock: true
redis_token_expiry: 3540 # 59 minutes
service_name: VEIS-API
authentication:
max_auth_retry_limit: 3
retry_attempt_expiry: 604800 # 7 Days

nod_vanotify_status_callback:
bearer_token: bearer_token_secret
Expand Down

0 comments on commit 1d6eafc

Please sign in to comment.