Skip to content

Commit

Permalink
Include AWS credentials in the site settings
Browse files Browse the repository at this point in the history
Necessary to interact with SQS. Toward #392.
  • Loading branch information
waldoj committed Jan 24, 2020
1 parent 8d9e285 commit 298ff80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/config_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ variables=(
API_URL
AWS_SES_SMTP_USERNAME
AWS_SES_SMTP_PASSWORD
AWS_ACCESS_KEY
AWS_SECRET_KEY
)

# Iterate over the variables and warn if any aren't populated
Expand Down

0 comments on commit 298ff80

Please sign in to comment.