Commit da2be7be by e0d

doc store changes

parent ee624250
...@@ -97,12 +97,22 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -97,12 +97,22 @@ edxapp_generic_auth_config: &edxapp_generic_auth
url: $EDXAPP_XQUEUE_URL url: $EDXAPP_XQUEUE_URL
CONTENTSTORE: CONTENTSTORE:
ENGINE: 'xmodule.contentstore.mongo.MongoContentStore' ENGINE: 'xmodule.contentstore.mongo.MongoContentStore'
#
# connection strings are duplicated temporarily for
# backward compatibility
#
OPTIONS: OPTIONS:
db: $EDXAPP_MONGO_DB_NAME db: $EDXAPP_MONGO_DB_NAME
host: $EDXAPP_MONGO_HOSTS host: $EDXAPP_MONGO_HOSTS
password: $EDXAPP_MONGO_PASSWORD password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT port: $EDXAPP_MONGO_PORT
user: $EDXAPP_MONGO_USER user: $EDXAPP_MONGO_USER
DOC_STORE_CONFIG:
db: $EDXAPP_MONGO_DB_NAME
host: $EDXAPP_MONGO_HOSTS
password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT
user: $EDXAPP_MONGO_USER
MODULESTORE: MODULESTORE:
default: &edxapp_generic_default_modulestore default: &edxapp_generic_default_modulestore
ENGINE: 'xmodule.modulestore.mongo.DraftMongoModuleStore' ENGINE: 'xmodule.modulestore.mongo.DraftMongoModuleStore'
...@@ -115,11 +125,18 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -115,11 +125,18 @@ edxapp_generic_auth_config: &edxapp_generic_auth
password: $EDXAPP_MONGO_PASSWORD password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT port: $EDXAPP_MONGO_PORT
render_template: 'mitxmako.shortcuts.render_to_string' render_template: 'mitxmako.shortcuts.render_to_string'
# Needed for the CMS to be able to run update_templates
user: $EDXAPP_MONGO_USER
DOC_STORE_CONFIG: &edxapp_generic_default_docstore
db: $EDXAPP_MONGO_DB_NAME
host: $EDXAPP_MONGO_HOSTS
password: $EDXAPP_MONGO_PASSWORD
port: $EDXAPP_MONGO_PORT
user: $EDXAPP_MONGO_USER user: $EDXAPP_MONGO_USER
# Needed for the CMS to be able to run update_templates
direct: &edxapp_generic_direct_modulestore direct: &edxapp_generic_direct_modulestore
ENGINE: 'xmodule.modulestore.mongo.MongoModuleStore' ENGINE: 'xmodule.modulestore.mongo.MongoModuleStore'
OPTIONS: *generic_modulestore_default_options OPTIONS: *generic_modulestore_default_options
DOC_STORE_CONFIG: *edxapp_generic_default_docstore
DATABASES: DATABASES:
default: default:
ENGINE: 'django.db.backends.mysql' ENGINE: 'django.db.backends.mysql'
...@@ -304,7 +321,7 @@ lms_debian_pkgs: ...@@ -304,7 +321,7 @@ lms_debian_pkgs:
# for scipy, do not install # for scipy, do not install
# libopenblas-base, it will cause # libopenblas-base, it will cause
# problems for numpy # problems for numpy
- gfortran - gfortran
- libatlas3gf-base - libatlas3gf-base
- liblapack-dev - liblapack-dev
- g++ - g++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment