ditto the above

This commit is contained in:
Oliver Marks 2018-09-18 21:21:45 +01:00
parent 5373393f03
commit 9d0588e6a1
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ AWS_STORAGE_BUCKET_NAME = "mhackspace-local"
AWS_S3_OBJECT_PARAMETERS = {"CacheControl": "max-age=86400"} AWS_S3_OBJECT_PARAMETERS = {"CacheControl": "max-age=86400"}
AWS_LOCATION = "dev" AWS_LOCATION = "dev"
AWS_S3_SECURE_URLS = True AWS_S3_SECURE_URLS = True
STATIC_URL = "%s/%s/" % (AWS_S3_ENDPOINT_URL, AWS_STORAGE_BUCKET_NAME)
# MEDIA CONFIGURATION # MEDIA CONFIGURATION
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------