Skip to content

Commit

Permalink
Fixed AWS config
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Oct 15, 2019
1 parent 3ae6d80 commit fb9da8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chamber/config.py
Expand Up @@ -7,6 +7,7 @@
'DEFAULT_IMAGE_ALLOWED_CONTENT_TYPES': {'image/jpeg', 'image/png', 'image/gif'},
'PRIVATE_S3_STORAGE_URL_EXPIRATION': 3600,
'AWS_S3_ON': getattr(django_settings, 'AWS_S3_ON', False),
'AWS_REGION': getattr(django_settings, 'AWS_REGION', None),
}


Expand Down

0 comments on commit fb9da8d

Please sign in to comment.