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
519cadb3
Commit
519cadb3
authored
May 23, 2017
by
Douglas Cerna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Enterprise setting for filtering audit course modes
parent
b4a13807
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/edxapp/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
519cadb3
-
Role: edxapp
-
Added the EDXAPP_ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES setting with default value
[
"audit"
]
-
Role: edxapp
-
DOC_LINK_BASE settings have been removed, replaced by HELP_TOKENS_BOOKS
-
Role: edxapp
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
519cadb3
...
...
@@ -668,6 +668,9 @@ EDXAPP_ENTERPRISE_API_URL: "{{ EDXAPP_LMS_ROOT_URL }}/enterprise/api/v1"
EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME
:
"
enterprise_worker"
EDXAPP_ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
:
-
audit
# The assigned ICP license number for display in the platform footer
EDXAPP_ICP_LICENSE
:
!!null
...
...
@@ -1111,6 +1114,7 @@ lms_env_config:
RECALCULATE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_RECALCULATE_GRADES_ROUTING_KEY
}}"
CELERY_QUEUES
:
"
{{
EDXAPP_LMS_CELERY_QUEUES
}}"
ALTERNATE_WORKER_QUEUES
:
"
cms"
ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
:
"
{{
EDXAPP_ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
}}"
cms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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