Skip to content
Snippets Groups Projects
Commit 6de05997 authored by David Ormsbee's avatar David Ormsbee
Browse files

Merge branch 'master' into feature/rocky/discussion

parents e4890a8b 22cbc1bd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment