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
63020d2d
Commit
63020d2d
authored
7 years ago
by
Matthew Piatetsky
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4093 from edx/LEARNER-2409
Add open exchage rates API key
parents
2934676a
60fb3d83
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 @
63020d2d
-
Role: discovery
-
Added
`OPENEXCHANGERATES_API_KEY`
for retrieving currency exchange rates.
-
Role: edxapp
-
Role: edxapp
-
Added
`EDXAPP_SCORM_PKG_STORAGE_DIR`
, with default value as it was in the server template.
-
Added
`EDXAPP_SCORM_PKG_STORAGE_DIR`
, with default value as it was in the server template.
-
Added
`EDXAPP_SCORM_PLAYER_LOCAL_STORAGE_ROOT`
, with default value as it was in the server template.
-
Added
`EDXAPP_SCORM_PLAYER_LOCAL_STORAGE_ROOT`
, with default value as it was in the server template.
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/discovery/defaults/main.yml
View file @
63020d2d
...
@@ -96,6 +96,8 @@ DISCOVERY_EMAIL_HOST_PASSWORD: ''
...
@@ -96,6 +96,8 @@ DISCOVERY_EMAIL_HOST_PASSWORD: ''
DISCOVERY_PUBLISHER_FROM_EMAIL
:
!!null
DISCOVERY_PUBLISHER_FROM_EMAIL
:
!!null
DISCOVERY_OPENEXCHANGERATES_API_KEY
:
'
'
DISCOVERY_GUNICORN_EXTRA
:
'
'
DISCOVERY_GUNICORN_EXTRA
:
'
'
DISCOVERY_EXTRA_APPS
:
[]
DISCOVERY_EXTRA_APPS
:
[]
...
@@ -123,5 +125,7 @@ discovery_service_config_overrides:
...
@@ -123,5 +125,7 @@ discovery_service_config_overrides:
PUBLISHER_FROM_EMAIL
:
'
{{
DISCOVERY_PUBLISHER_FROM_EMAIL
}}'
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
# See edx_django_service_automated_users for an example of what this should be
DISCOVERY_AUTOMATED_USERS
:
{}
DISCOVERY_AUTOMATED_USERS
:
{}
This diff is collapsed.
Click to expand it.
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