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
edx
configuration
Commits
c3407a8a
Commit
c3407a8a
authored
Mar 26, 2015
by
Fred Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
onload performance beacon for LMS pages feature flags and rate environment
parent
7142b44b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+4
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
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
}}"
...
...
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