feat: allow runtieme configuration (#586)

Allows frontend-app-profile to be configured at
runtime using the LMS's new MFE Configuration API.

Part of https://github.com/openedx/frontend-wg/issues/103
This commit is contained in:
Diana Olarte
2022-10-17 11:13:59 -05:00
committed by GitHub
parent f732fa7ffc
commit 4f00bc43b9
11 changed files with 614 additions and 293 deletions

View File

@@ -26,3 +26,5 @@ FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
ENABLE_LEARNER_RECORD_MFE=''
LEARNER_RECORD_MFE_BASE_URL='http://localhost:1990'
COLLECT_YEAR_OF_BIRTH=true
APP_ID=''
MFE_CONFIG_API_URL=''