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
f3027bb2
Commit
f3027bb2
authored
Oct 03, 2013
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove direct modulestore from preview config
parent
181b0f1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
playbooks/roles/edxapp/defaults/main.yml
+4
-2
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
f3027bb2
...
...
@@ -104,7 +104,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
port
:
$EDXAPP_MONGO_PORT
user
:
$EDXAPP_MONGO_USER
MODULESTORE
:
default
:
default
:
&edxapp_generic_default_modulestore
ENGINE
:
'
xmodule.modulestore.mongo.DraftMongoModuleStore'
OPTIONS
:
&generic_modulestore_default_options
collection
:
'
modulestore'
...
...
@@ -117,7 +117,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
render_template
:
'
mitxmako.shortcuts.render_to_string'
user
:
$EDXAPP_MONGO_USER
# Needed for the CMS to be able to run update_templates
direct
:
direct
:
&edxapp_generic_direct_modulestore
ENGINE
:
'
xmodule.modulestore.mongo.MongoModuleStore'
OPTIONS
:
*generic_modulestore_default_options
DATABASES
:
...
...
@@ -223,6 +223,8 @@ cms_env_config:
<<
:
*edxapp_generic_env
lms_preview_auth_config
:
<<
:
*edxapp_generic_auth
MODULESTORE
:
default
:
*edxapp_generic_default_modulestore
lms_preview_env_config
:
<<
:
*edxapp_generic_env
...
...
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