Skip to content

Commit d603704

Browse files
Update S3 region and email template environment variables in settings file - IVC CHAMPVA forms (#21085)
* updated bucket and pega email * added more missing values
1 parent fade1b8 commit d603704

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/settings.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ ivc_forms:
641641
aws_access_key_id: <%= ENV['ivc_forms__s3__aws_access_key_id'] %>
642642
aws_secret_access_key: <%= ENV['ivc_forms__s3__aws_secret_access_key'] %>
643643
bucket: <%= ENV['ivc_forms__s3__bucket'] %>
644-
region: us-east-2
644+
region: us-gov-west-1
645645
sidekiq:
646646
missing_form_status_job:
647647
enabled: true
@@ -1470,7 +1470,7 @@ vanotify:
14701470
ivc_champva:
14711471
api_key: <%= ENV['vanotify__services__ivc_champva__api_key'] %>
14721472
failure_email_threshold_days: 7
1473-
pega_inbox_address: fake_email_address
1473+
pega_inbox_address: <%= ENV['vanotify__services__ivc_champva__pega_inbox_address'] %>
14741474
template_id:
14751475
form_10_10d_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_10d_email'] %>
14761476
form_10_10d_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_10d_failure_email'] %>
@@ -1481,9 +1481,9 @@ vanotify:
14811481
form_10_7959f_1_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_1_email'] %>
14821482
form_10_7959f_1_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_1_failure_email'] %>
14831483
form_10_7959f_2_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_2_email'] %>
1484-
form_10_7959f_2_failure_email: form_10_7959f_2_failure_email
1485-
pega_team_missing_status_email: pega_team_missing_status_email
1486-
pega_team_zsf_email: pega_team_zsf_email
1484+
form_10_7959f_2_failure_email: <%= ENV['vanotify__services__ivc_champva__template_id__form_10_7959f_2_failure_email'] %>
1485+
pega_team_missing_status_email: <%= ENV['vanotify__services__ivc_champva__template_id__pega_team_missing_status_email'] %>
1486+
pega_team_zsf_email: <%= ENV['vanotify__services__ivc_champva__template_id__pega_team_zsf_email'] %>
14871487
lighthouse:
14881488
api_key: <%= ENV['vanotify__services__lighthouse__api_key'] %>
14891489
template_id:

0 commit comments

Comments
 (0)