Skip to content

Commit 51643be

Browse files
feat: enable marketing site feature in CMS and LMS configurations
1 parent 10c6ba7 commit 51643be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration_files/cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ MAINTENANCE_BANNER_TEXT: Sample banner message
383383
MEDIA_ROOT: /edx/var/edxapp/media/
384384
MEDIA_URL: /media/
385385
MKTG_URLS:
386-
ROOT: http://localhost:18010
386+
ROOT: ""
387387
ABOUT: /about
388388
CONTACT: /contact
389389
FAQ: /help

configuration_files/lms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ MAINTENANCE_BANNER_TEXT: Sample banner message
423423
MEDIA_ROOT: /edx/var/edxapp/media/
424424
MEDIA_URL: /media/
425425
MKTG_URLS:
426-
ROOT: http://localhost:18000
426+
ROOT: ""
427427
ABOUT: /about
428428
CONTACT: /contact
429429
FAQ: /help

0 commit comments

Comments
 (0)