Commit 181ee657 by Fred Smith

Merge pull request #1928 from edx/derf/performance_beacon_for_lms_pages

onload performance beacon for LMS pages feature flags and rate environment
parents 7142b44b c3407a8a
......@@ -123,6 +123,8 @@ EDXAPP_MODULESTORE_MAPPINGS:
EDXAPP_GIT_REPO_DIR: '/edx/var/edxapp/course_repos'
EDXAPP_ONLOAD_BEACON_SAMPLE_RATE: 0.0
EDXAPP_TENDER_DOMAIN: "None"
EDXAPP_TENDER_SUBDOMAIN: "None"
......@@ -170,6 +172,7 @@ EDXAPP_FEATURES:
ENABLE_CROSS_DOMAIN_CSRF_COOKIE: false
ENABLE_COUNTRY_ACCESS: false
ENABLE_VIDEO_BEACON: false
ENABLE_ONLOAD_BEACON: false
EDXAPP_BOOK_URL: ""
# This needs to be set to localhost
......@@ -635,6 +638,7 @@ generic_cache_config: &default_generic_cache
generic_env_config: &edxapp_generic_env
ECOMMERCE_API_URL: "{{ EDXAPP_ECOMMERCE_API_URL }}"
ONLOAD_BEACON_SAMPLE_RATE: $EDXAPP_ONLOAD_BEACON_SAMPLE_RATE
CORS_ORIGIN_WHITELIST: "{{ EDXAPP_CORS_ORIGIN_WHITELIST }}"
CORS_ORIGIN_ALLOW_ALL: $EDXAPP_CORS_ORIGIN_ALLOW_ALL
CROSS_DOMAIN_CSRF_COOKIE_DOMAIN: "{{ EDXAPP_CROSS_DOMAIN_CSRF_COOKIE_DOMAIN }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment