Skip to content

Commit

Permalink
fix azure account key conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwages committed Jan 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a8f9a29 commit 58ba880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indymeet/settings/storages.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
class AzureMediaStorage(AzureStorage):
account_name = settings.AZURE_ACCOUNT_NAME
account_key = settings.AZURE_ACCOUNT_KEY
account_key = settings.AZURE_STORAGE_KEY
azure_container = settings.AZURE_MEDIA_CONTAINER
expiration_secs = None
overwrite_files = True

0 comments on commit 58ba880

Please sign in to comment.