Merge pull request #487 from MITx/feature/cale/sjsu-subdomain

Allow puppet to set COURSE_LISTINGS
This commit is contained in:
David Ormsbee
2012-08-21 13:22:28 -07:00

View File

@@ -47,6 +47,7 @@ LOGGING = get_logger_config(LOG_DIR,
syslog_addr=(ENV_TOKENS['SYSLOG_SERVER'], 514),
debug=False)
COURSE_LISTINGS = ENV_TOKENS['COURSE_LISTINGS']
############################## SECURE AUTH ITEMS ###############################
# Secret things: passwords, access keys, etc.