Commit 6cdc4150 by Vik Paruchuri

Fixed incorrect dev.py commit

parent 2aeb6150
......@@ -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'),
}
......
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