Fixed incorrect dev.py commit

This commit is contained in:
Vik Paruchuri
2012-11-06 08:50:06 -05:00
parent 2aeb6150d3
commit 6cdc41505e

View File

@@ -63,10 +63,10 @@ CACHES = {
XQUEUE_INTERFACE = {
"url": 'http://127.0.0.1:3031',
"url": "https://sandbox-xqueue.edx.org",
"django_auth": {
"username": "lms",
"password": "abcd"
"password": "***REMOVED***"
},
"basic_auth": ('anant', 'agarwal'),
}