Skip to content

Commit

Permalink
Merge pull request #2594 from cisagov/AL-add-PE-API-KEY
Browse files Browse the repository at this point in the history
Add PE and CF API keys to env.yml
  • Loading branch information
aloftus23 authored Mar 1, 2024
2 parents db6ef55 + 1fe5393 commit ee53747
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ staging:
MATOMO_URL: http://matomo.crossfeed.local
EXPORT_BUCKET_NAME: cisa-crossfeed-staging-exports
PE_API_URL: ${ssm:/crossfeed/staging/PE_API_URL}
PE_API_KEY: ${ssm:/crossfeed/staging/PE_API_KEY}
CF_API_KEY: ${ssm:/crossfeed/staging/CF_API_KEY}
REPORTS_BUCKET_NAME: cisa-crossfeed-staging-reports
CLOUDWATCH_BUCKET_NAME: cisa-crossfeed-staging-cloudwatch
STAGE: staging
Expand Down Expand Up @@ -92,7 +94,9 @@ prod:
REACT_APP_RANDOM_PASSWORD: ${ssm:/crossfeed/prod/REACT_APP_RANDOM_PASSWORD}
MATOMO_URL: http://matomo.crossfeed.local
EXPORT_BUCKET_NAME: cisa-crossfeed-prod-exports
PE_API_URL: ${ssm:/crossfeed/staging/PE_API_URL}
PE_API_URL: ${ssm:/crossfeed/prod/PE_API_URL}
PE_API_KEY: ${ssm:/crossfeed/prod/PE_API_KEY}
CF_API_KEY: ${ssm:/crossfeed/prod/CF_API_KEY}
REPORTS_BUCKET_NAME: cisa-crossfeed-prod-reports
CLOUDWATCH_BUCKET_NAME: cisa-crossfeed-prod-cloudwatch
STAGE: prod
Expand Down

0 comments on commit ee53747

Please sign in to comment.