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

Add the two new Forum v2 activation toggles and remove the disable. #2910

Merged
merged 8 commits into from
Jan 23, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ DEFAULT_FROM_EMAIL: {{ key "edxapp/sender-email-address" }} # MODIFIED
DEFAULT_MOBILE_AVAILABLE: false
DEFAULT_SITE_THEME: mitxonline # MODIFIED
DEPRECATED_ADVANCED_COMPONENT_TYPES: []
DISABLE_FORUM_V2: true
DISCUSSIONS_MICROFRONTEND_URL: https://{{ key "edxapp/lms-domain" }}/discuss

EDXMKTG_USER_INFO_COOKIE_NAME: {{ env "ENVIRONMENT" }}-edx-user-info
Expand Down Expand Up @@ -335,6 +334,17 @@ FINANCIAL_REPORTS:
ROOT_PATH: sandbox
STORAGE_TYPE: localfs
FOOTER_ORGANIZATION_IMAGE: /images/logo.png
FORUM_SEARCH_BACKEND: "forum.search.es.ElasticsearchBackend"

FORUM_ELASTIC_SEARCH_CONFIG:
- host: "{{ keyOrDefault \"elasticsearch/host\" \"elasticsearch.service.consul\" }}"
port: "443"
use_ssl: true


FORUM_MONGODB_CLIENT_PARAMETERS: mongo_params
feoh marked this conversation as resolved.
Show resolved Hide resolved

FORUM_MONGODB_DATABASE: "forum"
GITHUB_REPO_ROOT: /openedx/data
GOOGLE_ANALYTICS_ACCOUNT: {{ key "edxapp/google-analytics-id" }}
GRADES_DOWNLOAD:
Expand Down
Loading