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
c22399a0
Commit
c22399a0
authored
Apr 20, 2017
by
Matt Drayer
Committed by
GitHub
Apr 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3778 from edx/mattdrayer/add-enterprise-service-settings
Add Enterprise Service worker username and API URL
parents
2ce60ba4
7b9838a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
playbooks/roles/edxapp/defaults/main.yml
+7
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
c22399a0
...
...
@@ -656,6 +656,11 @@ EDXAPP_BLOCK_STRUCTURES_SETTINGS:
# Maximum number of retries per task.
TASK_MAX_RETRIES
:
5
# Configuration settings needed for the LMS to communicate with the Enterprise service.
EDXAPP_ENTERPRISE_API_URL
:
"
{{
EDXAPP_LMS_ROOT_URL
}}/enterprise/api/v1"
EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME
:
"
enterprise_worker"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -839,6 +844,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
FACEBOOK_APP_ID
:
"
{{
EDXAPP_FACEBOOK_APP_ID
}}"
FACEBOOK_APP_SECRET
:
"
{{
EDXAPP_FACEBOOK_APP_SECRET
}}"
FACEBOOK_API_VERSION
:
"
{{
EDXAPP_FACEBOOK_API_VERSION
}}"
ENTERPRISE_SERVICE_WORKER_USERNAME
:
"
{{
EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME
}}"
generic_cache_config
:
&default_generic_cache
BACKEND
:
'
django.core.cache.backends.memcached.MemcachedCache'
...
...
@@ -847,6 +853,7 @@ generic_cache_config: &default_generic_cache
generic_env_config
:
&edxapp_generic_env
ECOMMERCE_PUBLIC_URL_ROOT
:
"
{{
EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT
}}"
ECOMMERCE_API_URL
:
"
{{
EDXAPP_ECOMMERCE_API_URL
}}"
ENTERPRISE_API_URL
:
"
{{
EDXAPP_ENTERPRISE_API_URL
}}"
COURSE_CATALOG_API_URL
:
"
{{
EDXAPP_COURSE_CATALOG_API_URL
}}"
COURSE_CATALOG_VISIBILITY_PERMISSION
:
"
{{
EDXAPP_COURSE_CATALOG_VISIBILITY_PERMISSION
}}"
COURSE_ABOUT_VISIBILITY_PERMISSION
:
"
{{
EDXAPP_COURSE_ABOUT_VISIBILITY_PERMISSION
}}"
...
...
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