Skip to content

Commit

Permalink
use CDN (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwages authored Dec 10, 2023
1 parent 9f9a8bc commit ce67f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indymeet/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
DEFAULT_FILE_STORAGE = "indymeet.settings.storages.AzureMediaStorage"
STATICFILES_STORAGE = "indymeet.settings.storages.AzureStaticStorage"

# AZURE_CUSTOM_DOMAIN = f"{AZURE_ACCOUNT_NAME}.azureedge.net" # CDN URL
AZURE_CUSTOM_DOMAIN = f"{AZURE_ACCOUNT_NAME}.blob.core.windows.net" # Files URL
AZURE_CUSTOM_DOMAIN = f"{AZURE_ACCOUNT_NAME}.azureedge.net" # CDN URL
# AZURE_CUSTOM_DOMAIN = f"{AZURE_ACCOUNT_NAME}.blob.core.windows.net" # Files URL

STATIC_URL = f"https://{AZURE_CUSTOM_DOMAIN}/{AZURE_STATIC_CONTAINER}/"
MEDIA_URL = f"https://{AZURE_CUSTOM_DOMAIN}/{AZURE_MEDIA_CONTAINER}/"
Expand Down

0 comments on commit ce67f94

Please sign in to comment.