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
8316c46a
Commit
8316c46a
authored
Jun 25, 2015
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CREDIT_PROVIDER_SECRET_KEYS configuration to edxapp role
parent
a62eb70b
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 @
8316c46a
...
...
@@ -495,6 +495,13 @@ EDXAPP_EDXNOTES_INTERNAL_API: http://localhost:18120/api/v1
EDXAPP_XBLOCK_SETTINGS
:
{}
# Secret keys shared with credit providers.
# Used to digitally sign credit requests (us --> provider)
# and validate responses (provider --> us).
# Each key in the dictionary is a credit provider ID, and
# the value is the 32-character key.
EDXAPP_CREDIT_PROVIDER_SECRET_KEYS
:
{}
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -652,6 +659,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
THIRD_PARTY_AUTH
:
"
{{
EDXAPP_THIRD_PARTY_AUTH
}}"
AWS_STORAGE_BUCKET_NAME
:
"
{{
EDXAPP_AWS_STORAGE_BUCKET_NAME
}}"
DJFS
:
"
{{
EDXAPP_DJFS
}}"
CREDIT_PROVIDER_SECRET_KEYS
:
"
{{
EDXAPP_CREDIT_PROVIDER_SECRET_KEYS
}}"
generic_cache_config
:
&default_generic_cache
BACKEND
:
'
django.core.cache.backends.memcached.MemcachedCache'
...
...
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