Remove test url of xqueue

This commit is contained in:
kimth
2012-08-09 12:06:36 -04:00
parent 6b1bf0d4ca
commit 062eff12c4

View File

@@ -10,8 +10,7 @@ import time
# TODO: Collection of parameters to be hooked into rest of edX system
XQUEUE_LMS_AUTH = { 'username': 'LMS',
'password': 'PaloAltoCA' }
#XQUEUE_URL = 'http://xqueue.edx.org'
XQUEUE_URL = 'http://ec2-50-19-40-84.compute-1.amazonaws.com'
XQUEUE_URL = 'http://xqueue.edx.org'
log = logging.getLogger('mitx.' + __name__)