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
6ae50191
Commit
6ae50191
authored
Mar 18, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add overrides for two new variables.
parent
ff9f7c49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
playbooks/roles/edxapp/defaults/main.yml
+5
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
6ae50191
...
...
@@ -426,6 +426,9 @@ EDXAPP_CROSS_DOMAIN_CSRF_COOKIE_NAME: ""
CDN_VIDEO_URLS
:
{}
PERFORMANCE_GRAPHITE_URL
:
'
SetPerformanceGraphiteHostName'
# E-Commerce Related Settings
EDXAPP_ECOMMERCE_API_URL
:
'
http://localhost:18130'
EDXAPP_ECOMMERCE_API_SIGNING_KEY
:
'
SET-ME-PLEASE'
#-------- Everything below this line is internal to the role ------------
...
...
@@ -518,6 +521,7 @@ edxapp_environment:
CONFIG_ROOT
:
"
{{
edxapp_app_dir
}}"
edxapp_generic_auth_config
:
&edxapp_generic_auth
ECOMMERCE_API_SIGNING_KEY
:
"
{{
EDXAPP_ECOMMERCE_API_SIGNING_KEY
}}"
ANALYTICS_DATA_TOKEN
:
"
{{
EDXAPP_ANALYTICS_DATA_TOKEN
}}"
AWS_ACCESS_KEY_ID
:
"
{{
EDXAPP_AWS_ACCESS_KEY_ID
}}"
AWS_SECRET_ACCESS_KEY
:
"
{{
EDXAPP_AWS_SECRET_ACCESS_KEY
}}"
...
...
@@ -617,6 +621,7 @@ generic_cache_config: &default_generic_cache
LOCATION
:
"
{{
EDXAPP_MEMCACHE
}}"
generic_env_config
:
&edxapp_generic_env
ECOMMERCE_API_URL
:
"
{{
EDXAPP_ECOMMERCE_API_URL
}}"
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