From 65ea54f7e2a07411e3f34a678458549fe6031f5b Mon Sep 17 00:00:00 2001 From: ichuang Date: Mon, 20 Aug 2012 19:23:15 -0400 Subject: [PATCH] typo in common.py ALLOWED_GITRELOAD_IPS fixed --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 265c500dbf..b48dbf60ce 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -260,7 +260,7 @@ MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage' # the advertised public IPs of the github WebHook servers. # These are listed, eg at https://github.com/MITx/mitx/admin/hooks -ALLOWED_GITRELOAD = ['207.97.227.253', '50.57.128.197', '108.171.174.178'] +ALLOWED_GITRELOAD_IPS = ['207.97.227.253', '50.57.128.197', '108.171.174.178'] #################################### AWS ####################################### # S3BotoStorage insists on a timeout for uploaded assets. We should make it