Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tutor/templates/build/openedx/settings/partials/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
DATABASES = {
"default": {},
}
# Dummy value required for the static asset build steps to run,
# but it has no impact on the output produced by those steps.
LMS_ROOT_URL = "https://lms.local"

{{ patch("openedx-common-assets-settings") }}
3 changes: 3 additions & 0 deletions tutor/templates/build/openedx/settings/partials/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
DATABASES = {
"default": {},
}
# Dummy value required for the i18n build steps to run, but
# it has no impact on the output produced by those steps.
LMS_ROOT_URL = "https://lms.local"

derive_settings(__name__)

Expand Down