Skip to content

Commit

Permalink
Comms (#141)
Browse files Browse the repository at this point in the history
* storage account key
  • Loading branch information
dawnwages authored Dec 10, 2023
1 parent 24d810f commit dda9f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indymeet/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# Azure Media and Static Storage Settings
AZURE_ACCOUNT_NAME = os.environ.get("AZURE_ACCOUNT_NAME", "djangonaut")
AZURE_STORAGE_NAME = os.environ.get("AZURE_STORAGE_NAME", False)
AZURE_STORAGE_KEY = False
AZURE_STORAGE_KEY = os.environ.get("AZURE_STORAGE_NAME", False)
AZURE_MEDIA_CONTAINER = os.environ.get("AZURE_MEDIA_CONTAINER", "media")
AZURE_STATIC_CONTAINER = os.environ.get("AZURE_STATIC_CONTAINER", "static")

Expand Down

0 comments on commit dda9f31

Please sign in to comment.