Use the right config as the base for lms.envs.cms.aws

This commit is contained in:
Calen Pennington
2012-10-02 12:44:47 -04:00
parent eece835d9b
commit 20f84b2055

View File

@@ -2,7 +2,7 @@
Settings for the LMS that runs alongside the CMS on AWS
"""
from .aws import *
from ..aws import *
with open(ENV_ROOT / "cms.auth.json") as auth_file:
CMS_AUTH_TOKENS = json.load(auth_file)