Files
edx-platform/lms/envs/cms/preview_dev.py
2012-10-10 12:49:52 -04:00

13 lines
235 B
Python

"""
Settings for the LMS that runs alongside the CMS on AWS
"""
from .dev import *
MODULESTORE = {
'default': {
'ENGINE': 'xmodule.modulestore.mongo.DraftMongoModuleStore',
'OPTIONS': modulestore_options
},
}