Skip to content

Commit

Permalink
Fixed chamber config
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Oct 14, 2019
1 parent 7bbb04f commit ef1d4f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chamber/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'MULTIDOMAINS_OVERTAKER_AUTH_COOKIE_NAME': None,
'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),
}


Expand Down

0 comments on commit ef1d4f3

Please sign in to comment.