Skip to content

Commit

Permalink
Add parameter to remove wagtail alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jan 4, 2024
1 parent 4eb90de commit 668c78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
AWS_S3_ENDPOINT_URL = f"{os.getenv('S3_PROTOCOL', 'https')}://{os.getenv('S3_HOST')}"
AWS_STORAGE_BUCKET_NAME = os.getenv("S3_BUCKET_NAME", "set-bucket-name")
AWS_S3_STORAGE_BUCKET_REGION = os.getenv("S3_BUCKET_REGION", "fr")
AWS_S3_FILE_OVERWRITE = False
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
MEDIA_URL = f"{AWS_S3_ENDPOINT_URL}/"
AWS_LOCATION = os.getenv("S3_LOCATION", "")
Expand Down

0 comments on commit 668c78c

Please sign in to comment.