Skip to content

Commit f10c225

Browse files
committed
feat: Add support for loading themes at runtime.
1 parent 2609380 commit f10c225

File tree

6 files changed

+9327
-12982
lines changed

6 files changed

+9327
-12982
lines changed

.env.development

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ CREDENTIALS_BASE_URL='http://localhost:18150'
66
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
77
ECOMMERCE_BASE_URL='http://localhost:18130'
88
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
9-
LMS_BASE_URL='http://localhost:18000'
9+
LMS_BASE_URL='http://local.overhang.io:8000'
1010
LEARNING_BASE_URL='http://localhost:2000'
11-
LOGIN_URL='http://localhost:18000/login'
12-
LOGOUT_URL='http://localhost:18000/logout'
11+
LOGIN_URL='http://local.overhang.io:8000/login'
12+
LOGOUT_URL='http://local.overhang.io:8000/logout'
1313
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
1414
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
1515
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
1616
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
17-
MARKETING_SITE_BASE_URL='http://localhost:18000'
17+
MARKETING_SITE_BASE_URL='http://local.overhang.io:8000'
1818
ORDER_HISTORY_URL='http://localhost:1996/orders'
19-
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
19+
REFRESH_ACCESS_TOKEN_ENDPOINT='http://local.overhang.io:8000/login_refresh'
2020
SEGMENT_KEY=''
2121
SITE_NAME=localhost
2222
USER_INFO_COOKIE_NAME='edx-user-info'
2323
SUPPORT_URL='https://support.edx.org'
2424
LEARNER_FEEDBACK_URL=''
2525
STAFF_FEEDBACK_URL=''
26+
APP_ID='discussions'
27+
MFE_CONFIG_API_URL='http://local.overhang.io:8000/api/mfe_config/v1'

0 commit comments

Comments
 (0)