Skip to content

Commit

Permalink
try to restore DEFAULT_FILE_STORAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Sep 3, 2024
1 parent 0e961a4 commit 796ba24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
SECURE_SSL_REDIRECT = env.bool("SECURE_SSL_REDIRECT", True)

MEDIA_URL = f"https://{S3_STORAGE_ENDPOINT_DOMAIN}/" # noqa
DEFAULT_FILE_STORAGE = "lemarche.utils.s3boto.S3BotoStorage"


# Sentry
Expand Down

0 comments on commit 796ba24

Please sign in to comment.