Skip to content

Commit

Permalink
Merge pull request #578 from LibraryOfCongress/media-url-slash
Browse files Browse the repository at this point in the history
Media url slash
  • Loading branch information
acdha committed Nov 1, 2018
2 parents 50f4807 + b0c587c commit d71182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/settings_prod.py
Expand Up @@ -62,7 +62,7 @@
AWS_DEFAULT_ACL = None # Don't set an ACL on the files, inherit the bucket ACLs

if CONCORDIA_ENVIRONMENT == "production":
MEDIA_URL = "https://crowd-media.loc.gov"
MEDIA_URL = "https://crowd-media.loc.gov/"
else:
MEDIA_URL = "https://%s.s3.amazonaws.com/" % S3_BUCKET_NAME

Expand Down

0 comments on commit d71182c

Please sign in to comment.