Commit 720845a5 by Xavier Antoviaque

sandbox-ora: Switch to HTTP for contacting Xqueue to match LMS defaults

parent 5415ef1e
......@@ -23,7 +23,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'basic_auth': [ 'edx', 'edx']
'django_auth': { 'password': 'password',
'username': 'lms'}
'url': 'https://localhost:18040'
'url': 'http://localhost:18040'
'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'OPTIONS':
......
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