Fix accidental commit of dev.py

This commit is contained in:
Vik Paruchuri
2013-02-04 17:44:09 -05:00
parent e8803985f2
commit 1dab4aba96

View File

@@ -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'),
}