Skip to content
Snippets Groups Projects
Commit 94e39956 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Adding AWS_PUBLIC_CUSTOM_DOMAIN to settings.

parent bb24d81f
No related branches found
No related tags found
No related merge requests found
......@@ -393,6 +393,9 @@ if 'AWS_STORAGE_BUCKET_NAME' in env:
if 'AWS_QUERYSTRING_EXPIRE' in env:
AWS_QUERYSTRING_EXPIRE = env['AWS_QUERYSTRING_EXPIRE']
if 'AWS_PUBLIC_CUSTOM_DOMAIN' in env:
AWS_PUBLIC_CUSTOM_DOMAIN = env['AWS_PUBLIC_CUSTOM_DOMAIN']
INSTALLED_APPS += (
'storages',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment