-
Notifications
You must be signed in to change notification settings - Fork 12
feat: enable marketing site feature in CMS and LMS configurations #176
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
Changes from all commits
b20277b
b6bb4cd
10c6ba7
51643be
70256f3
63032f6
b96cdad
fba9cd3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -304,6 +304,7 @@ ELASTIC_SEARCH_CONFIG: | |||||
| - host: edx.devstack.elasticsearch | ||||||
| port: 9200 | ||||||
| use_ssl: false | ||||||
| ENABLE_MKTG_SITE: true | ||||||
|
||||||
| ENABLE_MKTG_SITE: true | |
| ENABLE_MKTG_SITE: true |
robrap marked this conversation as resolved.
Show resolved
Hide resolved
Copilot
AI
Sep 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ROOT URL uses port 18000, but this appears to be a hardcoded localhost development URL. Consider using an environment variable or configuration parameter to make this configurable across different environments.
| ROOT: http://localhost:18000 | |
| ROOT: ${MKTG_ROOT_URL:http://localhost:18000} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing whitespace after 'true'.