Skip to content

Commit

Permalink
Merge pull request #986 from uktrade/release
Browse files Browse the repository at this point in the history
Prod Release
  • Loading branch information
webbyfox authored Oct 22, 2021
2 parents 21d69f8 + b3fecd2 commit 18bd922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@
AWS_ACCESS_KEY_ID = env.str('AWS_ACCESS_KEY_ID')
AWS_SECRET_ACCESS_KEY = env.str('AWS_SECRET_ACCESS_KEY')
AWS_S3_HOST = env.str('AWS_S3_HOST', 's3-eu-west-2.amazonaws.com') # NB this USED to be 's3-us-west-1.amazonaws.com'
AWS_REGION = env.str('AWS_REGION', 'eu-west-2')


# Email and notifications
EMAIL_BACKED_CLASSES = {
Expand Down

0 comments on commit 18bd922

Please sign in to comment.