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
f1c90aae
Commit
f1c90aae
authored
8 years ago
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the new CSMHE database by default.
parent
aaeaa3a1
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 @
f1c90aae
...
...
@@ -159,6 +159,12 @@ EDXAPP_ENABLE_CREDIT_API: false
EDXAPP_CUSTOM_COURSES_EDX
:
false
EDXAPP_ENABLE_SYSADMIN_DASHBOARD
:
false
# This is different from lms/envs/common.py
# We're turning it on in config because it needs a lot more configuration
# support, such as settings.DATABASES and initial database creation which is
# handled in the play.
EDXAPP_ENABLE_CSMH_EXTENDED
:
True
EDXAPP_ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES
:
True
EDXAPP_GIT_REPO_DIR
:
'
/edx/var/edxapp/course_repos'
EDXAPP_GIT_REPO_EXPORT_DIR
:
'
/edx/var/edxapp/export_course_repos'
...
...
@@ -217,6 +223,8 @@ EDXAPP_FEATURES:
ENABLE_SYSADMIN_DASHBOARD
:
"
{{
EDXAPP_ENABLE_SYSADMIN_DASHBOARD
}}"
ENABLE_MOBILE_REST_API
:
"
{{
EDXAPP_ENABLE_MOBILE_REST_API
}}"
CUSTOM_COURSES_EDX
:
"
{{
EDXAPP_CUSTOM_COURSES_EDX
}}"
ENABLE_CSMH_EXTENDED
:
"
{{
EDXAPP_ENABLE_CSMH_EXTENDED
}}"
ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES
:
"
{{
EDXAPP_ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES
}}"
EDXAPP_BOOK_URL
:
"
"
# This needs to be set to localhost
...
...
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