Skip to content

Commit

Permalink
Merge pull request #2415 from cisagov/issue-2406/add_email_template_a…
Browse files Browse the repository at this point in the history
…sset_s3_logic

Add email_bucket_name to env.yml
  • Loading branch information
JCantu248 authored Dec 14, 2023
2 parents 6b5efaf + 28032bf commit caf785a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ staging:
PE_CLUSTER_NAME: pe-staging-worker
SHODAN_QUEUE_URL: ${ssm:/crossfeed/staging/SHODAN_QUEUE_URL}
SHODAN_SERVICE_NAME: pe-staging-shodan
EMAIL_BUCKET_NAME: cisa-crossfeed-staging-html-email

prod:
DB_DIALECT: 'postgres'
Expand Down Expand Up @@ -86,6 +87,7 @@ prod:
PE_CLUSTER_NAME: pe-prod-worker
SHODAN_QUEUE_URL: ${ssm:/crossfeed/prod/SHODAN_QUEUE_URL}
SHODAN_SERVICE_NAME: pe-prod-shodan
EMAIL_BUCKET_NAME: cisa-crossfeed-staging-html-email

dev-vpc:
securityGroupIds:
Expand Down

0 comments on commit caf785a

Please sign in to comment.