Xqueue URL is https not http

This commit is contained in:
kimth
2012-08-16 11:27:29 -04:00
parent da9a4710ce
commit 1bb8d9366d

View File

@@ -54,7 +54,7 @@ CACHES = {
}
XQUEUE_INTERFACE = {
"url": "http://sandbox-xqueue.edx.org",
"url": "https://sandbox-xqueue.edx.org",
"django_auth": {
"username": "lms",
"password": "***REMOVED***"