Commit 8a625e4c by Fred Smith

add performance graphite variables

parent 06213444
......@@ -418,6 +418,8 @@ 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 ------------
......@@ -656,6 +658,8 @@ generic_env_config: &edxapp_generic_env
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