This PR adds the `ACCOUNT_PROFILE_URL` setting to the `.env` and `.env.development` settings files in order to make it easier to configure the communication between the Profile and Account MFEs in Open edX development environments.
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
ACCOUNT_PROFILE_URL='http://localhost:1995'
|
|
BASE_URL='localhost:1997'
|
|
CREDENTIALS_BASE_URL='http://localhost:18150'
|
|
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
|
|
DISCOVERY_API_BASE_URL=''
|
|
ECOMMERCE_BASE_URL='http://localhost:18130'
|
|
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
|
|
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
|
|
LMS_BASE_URL='http://localhost:18000'
|
|
LOGIN_URL='http://localhost:18000/login'
|
|
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
|
|
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
|
|
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
|
|
LOGOUT_URL='http://localhost:18000/logout'
|
|
MARKETING_SITE_BASE_URL='http://localhost:5335'
|
|
NODE_ENV='development'
|
|
ORDER_HISTORY_URL='http://localhost:1996/orders'
|
|
PORT=1997
|
|
PUBLISHER_BASE_URL=''
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=''
|
|
SITE_NAME=localhost
|
|
STUDIO_BASE_URL=''
|
|
SUPPORT_URL='http://localhost:18000/support'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
ENABLE_COPPA_COMPLIANCE=''
|
|
ENABLE_ACCOUNT_DELETION=''
|
|
ENABLE_DOB_UPDATE=''
|
|
MARKETING_EMAILS_OPT_IN=''
|
|
SHOW_EMAIL_CHANNEL=''
|
|
APP_ID=
|
|
MFE_CONFIG_API_URL=
|
|
PASSWORD_RESET_SUPPORT_LINK='mailto:support@example.com'
|
|
LEARNER_FEEDBACK_URL=''
|
|
SUPPORT_URL_TO_UNLINK_SOCIAL_MEDIA_ACCOUNT='https://support.edx.org/hc/en-us/articles/207206067'
|