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
60fb3d83
Commit
60fb3d83
authored
Sep 13, 2017
by
Matthew Piatetsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add open exchage rates API key
parent
ae80904b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
+3
-0
playbooks/roles/discovery/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
60fb3d83
-
Role: discovery
-
Added
`OPENEXCHANGERATES_API_KEY`
for retrieving currency exchange rates.
-
Role: edxapp
-
Added
`ENTERPRISE_SUPPORT_URL`
variable used by the LMS.
...
...
playbooks/roles/discovery/defaults/main.yml
View file @
60fb3d83
...
...
@@ -96,6 +96,8 @@ DISCOVERY_EMAIL_HOST_PASSWORD: ''
DISCOVERY_PUBLISHER_FROM_EMAIL
:
!!null
DISCOVERY_OPENEXCHANGERATES_API_KEY
:
'
'
DISCOVERY_GUNICORN_EXTRA
:
'
'
DISCOVERY_EXTRA_APPS
:
[]
...
...
@@ -123,5 +125,7 @@ discovery_service_config_overrides:
PUBLISHER_FROM_EMAIL
:
'
{{
DISCOVERY_PUBLISHER_FROM_EMAIL
}}'
OPENEXCHANGERATES_API_KEY
:
'
{{
DISCOVERY_OPENEXCHANGERATES_API_KEY
}}'
# See edx_django_service_automated_users for an example of what this should be
DISCOVERY_AUTOMATED_USERS
:
{}
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