Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
accefd82
Commit
accefd82
authored
Mar 04, 2015
by
Fred Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1879 from edx/derf/performance_tracking_beacon
video beacon feature flag and default variables
parents
13bbe73d
8a625e4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
playbooks/roles/edxapp/defaults/main.yml
+8
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
accefd82
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment