Skip to content

Commit c874dac

Browse files
committed
Merge branch 'hotfix/v2.12.1'
2 parents 70ba4c9 + 721d394 commit c874dac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lti_emailer/settings/aws.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
AWS_STORAGE_BUCKET_NAME = SECURE_SETTINGS.get("static_files_s3_bucket")
2222
AWS_QUERYSTRING_AUTH = False
2323
AWS_LOCATION = SECURE_SETTINGS.get("static_files_s3_prefix")
24+
AWS_S3_CUSTOM_DOMAIN = "static.tlt.harvard.edu"
2425
AWS_DEFAULT_ACL = None
2526

2627
# SSL is terminated at the ELB so look for this header to know that we should be in ssl mode

0 commit comments

Comments
 (0)