From 8abd7bb6fe1c28ec92b96f9682f7d7a7848fca2e Mon Sep 17 00:00:00 2001 From: e0d Date: Wed, 31 Jul 2013 16:40:54 -0400 Subject: [PATCH] these values are set implicitly at :147, setting them here clobbers them --- lms/envs/aws.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lms/envs/aws.py b/lms/envs/aws.py index e039219be8..8d2ffba96e 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -178,10 +178,6 @@ for name, value in ENV_TOKENS.get("CODE_JAIL", {}).items(): COURSES_WITH_UNSAFE_CODE = ENV_TOKENS.get("COURSES_WITH_UNSAFE_CODE", []) -# automatic log in for load testing -MITX_FEATURES['AUTOMATIC_AUTH_FOR_LOAD_TESTING'] = ENV_TOKENS.get('AUTOMATIC_AUTH_FOR_LOAD_TESTING') -MITX_FEATURES['MAX_AUTO_AUTH_USERS'] = ENV_TOKENS.get('MAX_AUTO_AUTH_USERS') - ############################## SECURE AUTH ITEMS ############### # Secret things: passwords, access keys, etc.