Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not override the domain of Azure Storage #6928

Merged
merged 1 commit into from Apr 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion readthedocs/settings/docker_compose.py
Expand Up @@ -110,7 +110,6 @@ def DATABASES(self): # noqa
AZURE_ACCOUNT_KEY = 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw=='
AZURE_CONTAINER = 'static'
AZURE_STATIC_STORAGE_CONTAINER = AZURE_CONTAINER
AZURE_MEDIA_STORAGE_HOSTNAME = PRODUCTION_DOMAIN

# We want to replace files for the same version built
AZURE_OVERWRITE_FILES = True
Expand Down