mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-23 13:38:24 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
a46e4d24b4
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
- [Bugfix] Remove trailing slashes in docker-compose files for [compatibility with docker-compose v2 in WSL](https://github.com/docker/compose/issues/8558).
|
||||
- [Improvement] `settheme` now works with preview domain.
|
||||
|
||||
## v12.1.7 (2021-11-18)
|
||||
|
||||
|
@ -148,4 +148,6 @@ def get_all_openedx_domains(config: Config) -> List[str]:
|
||||
get_typed(config, "LMS_HOST", str) + ":8000",
|
||||
get_typed(config, "CMS_HOST", str),
|
||||
get_typed(config, "CMS_HOST", str) + ":8001",
|
||||
get_typed(config, "PREVIEW_LMS_HOST", str),
|
||||
get_typed(config, "PREVIEW_LMS_HOST", str) + ":8000",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user