docs: update README with environment variable details. (#436)
* build: defaulting coaching and demographics to false Given that coaching and demographics are private, internal features to edx.org, we default them to false. * docs: documenting custom MFE environment variables Also adjusting the group to tag while I’m in here, and linking directly to the common env variables in read the docs. * docs: improve formatting and fix sentence fragment in SUPPORT_URL
This commit is contained in:
@@ -17,9 +17,8 @@ SEGMENT_KEY=null
|
||||
SITE_NAME=localhost
|
||||
SUPPORT_URL='http://localhost:18000/support'
|
||||
USER_INFO_COOKIE_NAME='edx-user-info'
|
||||
# Temporary, Remove this once we are ready to release the feature.
|
||||
COACHING_ENABLED=true
|
||||
ENABLE_DEMOGRAPHICS_COLLECTION=true
|
||||
COACHING_ENABLED=false
|
||||
ENABLE_DEMOGRAPHICS_COLLECTION=false
|
||||
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
|
||||
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
|
||||
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
|
||||
|
||||
Reference in New Issue
Block a user