Skip to content

Commit

Permalink
Remove boto3 storage variable for local settings
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Aug 8, 2023
1 parent 4d51143 commit a3c8c3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ais/local/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@
# restarting the server. Again, this is a serious security flaw
# if used in production!
SECRET_KEY = "..............¯\_(ツ)_/¯..............."

# todo: Remove after setting production environment in production (2023)
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"

0 comments on commit a3c8c3d

Please sign in to comment.