Skip to content

Commit

Permalink
fixup! fix: rename course authoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Nov 1, 2024
1 parent ca484a5 commit e423bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- if MFE_EXTENSIONS_BY_PATH %}
{%- if get_mfe("authoring") %}
AUTHORING_MICROFRONTEND_URL = "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ CMS_HOST }}/authoring"
COURSE_AUTHORING_MICROFRONTEND_URL = "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ CMS_HOST }}/authoring"
{%- endif %}
{%- endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COMMUNICATIONS_MICROFRONTEND_URL = "{% if ENABLE_HTTPS %}https{% else %}http{% e
{% endif %}

{% if get_mfe("authoring") %}
MFE_CONFIG["AUTHORING_MICROFRONTEND_URL"] = "{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ LMS_HOST }}/authoring"
MFE_CONFIG["COURSE_AUTHORING_MICROFRONTEND_URL"] = "{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ LMS_HOST }}/authoring"
{% endif %}

CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CMS_HOST }}")
Expand Down

0 comments on commit e423bfc

Please sign in to comment.