mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Fix access to dicussion forum in development mode
The devstack settings from edx-platform set the forum url to http://edx.devstack.forum:4567 so we need to override this value.
This commit is contained in:
parent
521b7e8098
commit
a552c5af6f
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- [Bugfix] Fix access to dicussion forum in development mode
|
||||||
|
|
||||||
## v10.0.9 (2020-07-07)
|
## v10.0.9 (2020-07-07)
|
||||||
|
|
||||||
- [Bugfix] Share grade download settings between the LMS and the CMS
|
- [Bugfix] Share grade download settings between the LMS and the CMS
|
||||||
|
@ -14,6 +14,7 @@ CMS_ROOT_URL = "http://{}".format(CMS_BASE)
|
|||||||
LOGIN_REDIRECT_WHITELIST.append(CMS_BASE)
|
LOGIN_REDIRECT_WHITELIST.append(CMS_BASE)
|
||||||
|
|
||||||
FEATURES['ENABLE_COURSEWARE_MICROFRONTEND'] = False
|
FEATURES['ENABLE_COURSEWARE_MICROFRONTEND'] = False
|
||||||
|
COMMENTS_SERVICE_URL = "http://{{ FORUM_HOST }}:4567"
|
||||||
|
|
||||||
LOGGING["loggers"]["oauth2_provider"] = {
|
LOGGING["loggers"]["oauth2_provider"] = {
|
||||||
"handlers": ["console"],
|
"handlers": ["console"],
|
||||||
|
Loading…
Reference in New Issue
Block a user