Commit 22cbc1bd by Calen Pennington

Merge pull request #523 from MITx/feature/cale/aws-subdomain-branding

Add subdomain_branding key to aws settings
parents e347c98e f4e75f5c
......@@ -47,7 +47,8 @@ LOGGING = get_logger_config(LOG_DIR,
syslog_addr=(ENV_TOKENS['SYSLOG_SERVER'], 514),
debug=False)
COURSE_LISTINGS = ENV_TOKENS['COURSE_LISTINGS']
COURSE_LISTINGS = ENV_TOKENS.get('COURSE_LISTINGS', {})
SUBDOMAIN_BRANDING = ENV_TOKENS.get('SUBDOMAIN_BRANDING', {})
############################## SECURE AUTH ITEMS ###############################
# Secret things: passwords, access keys, etc.
......
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