overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

feat: add course authoring mfe base url to env vars #182

Closed rpenido closed 10 months ago

rpenido commented 10 months ago

Description

This PR adds the "COURSE_AUTHORING_MFE_BASE_URL" env var pointing to the Course Authoring MFE address.

Additional Info

We are rendering a course authoring URL in an iFrame inside the library authoring as part of the Tagging Project, so we need to know the Course Authoring MFE address.

rpenido commented 10 months ago

Done!

rpenido commented 10 months ago

Thank you @bradenmacdonald! Closing!