Skip to content

Commit 63032f6

Browse files
feat: enable marketing site feature in CMS and LMS configurations
1 parent 70256f3 commit 63032f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: https://localhost:18010
386+
ROOT: http://localhost:18010
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: /https://localhost:18000
426+
ROOT: http://localhost:18000
427427
ABOUT: /about
428428
CONTACT: /contact
429429
FAQ: /help

0 commit comments

Comments
 (0)