Files
edx-platform/lms/envs/cms/aws.py
2012-10-11 12:31:52 -04:00

11 lines
227 B
Python

"""
Settings for the LMS that runs alongside the CMS on AWS
"""
from ..aws import *
with open(ENV_ROOT / "cms.auth.json") as auth_file:
CMS_AUTH_TOKENS = json.load(auth_file)
MODULESTORE = CMS_AUTH_TOKENS['MODULESTORE']