There was an error while loading. Please reload this page.
2 parents 2c9262e + c874dac commit 0612858Copy full SHA for 0612858
1 file changed
lti_emailer/settings/aws.py
@@ -21,6 +21,7 @@
21
AWS_STORAGE_BUCKET_NAME = SECURE_SETTINGS.get("static_files_s3_bucket")
22
AWS_QUERYSTRING_AUTH = False
23
AWS_LOCATION = SECURE_SETTINGS.get("static_files_s3_prefix")
24
+AWS_S3_CUSTOM_DOMAIN = "static.tlt.harvard.edu"
25
AWS_DEFAULT_ACL = None
26
27
# SSL is terminated at the ELB so look for this header to know that we should be in ssl mode
0 commit comments