Commit accefd82 by Fred Smith

Merge pull request #1879 from edx/derf/performance_tracking_beacon

video beacon feature flag and default variables
parents 13bbe73d 8a625e4c
......@@ -166,6 +166,7 @@ EDXAPP_FEATURES:
ENABLE_COMBINED_LOGIN_REGISTRATION: true
ENABLE_CORS_HEADERS: false
ENABLE_COUNTRY_ACCESS: false
ENABLE_VIDEO_BEACON: false
EDXAPP_BOOK_URL: ""
# This needs to be set to localhost
......@@ -415,6 +416,10 @@ EDXAPP_VIDEO_UPLOAD_PIPELINE:
EDXAPP_CORS_ORIGIN_WHITELIST: []
EDXAPP_CORS_ORIGIN_ALLOW_ALL: false
# Video Beacon Settings
CDN_VIDEO_URLS: {}
PERFORMANCE_GRAPHITE_URL: 'SetPerformanceGraphiteHostName'
#-------- Everything below this line is internal to the role ------------
......@@ -652,6 +657,9 @@ generic_env_config: &edxapp_generic_env
LANGUAGE_CODE: "{{ EDXAPP_LANGUAGE_CODE }}"
MKTG_URL_LINK_MAP: "{{ EDXAPP_MKTG_URL_LINK_MAP }}"
MKTG_URLS: "{{ EDXAPP_MKTG_URLS }}"
CDN_VIDEO_URLS: "{{ CDN_VIDEO_URLS }}"
PERFORMANCE_GRAPHITE_URL: "{{ PERFORMANCE_GRAPHITE_URL }}"
# repo root for courses
GITHUB_REPO_ROOT: "{{ edxapp_course_data_dir }}"
CACHES:
......
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