Split REPOS data into separate file on aws

This commit is contained in:
Calen Pennington
2012-07-26 12:37:38 -04:00
parent 7e06c72e42
commit d86b72fc24

View File

@@ -33,7 +33,8 @@ LOGGING = get_logger_config(LOG_DIR,
syslog_addr=(ENV_TOKENS['SYSLOG_SERVER'], 514),
debug=False)
REPOS = ENV_TOKENS['REPOS']
with open(ENV_ROOT / "repos.json") as repos_file:
REPOS = json.load(repos_file)
############################## SECURE AUTH ITEMS ###############################