Commit 1dab4aba by Vik Paruchuri

Fix accidental commit of dev.py

parent e8803985
......@@ -62,10 +62,10 @@ CACHES = {
XQUEUE_INTERFACE = {
"url": "http://127.0.0.1:3032",
"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