Commit 47cffaad by Calen Pennington

Fix the name of the COURSE_DISCOVERY_CFG variable to match what is configured in edx/configuration

parent f647a04d
......@@ -12,7 +12,7 @@ ALLOWED_HOSTS = ['*']
LOGGING = environ.get('LOGGING', LOGGING)
CONFIG_FILE = get_env_setting('EDX_COURSE_DISCOVERY_CFG')
CONFIG_FILE = get_env_setting('COURSE_DISCOVERY_CFG')
with open(CONFIG_FILE) as f:
config_from_yaml = yaml.load(f)
vars().update(config_from_yaml)
......
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