Commit ec27f119 by Vik Paruchuri

Fixed incorrect dev.py commit

parent cbf5fc52
......@@ -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": "48b5c838c17eede6355ac7"
},
"basic_auth": ('anant', 'agarwal'),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment