Commit b526dc8e by John Jarvis

Merge branch 'jarv/single-instance-fixes' of github.com:edx/configuration into…

Merge branch 'jarv/single-instance-fixes' of github.com:edx/configuration into jarv/single-instance-fixes
parents 20900899 c1ea734e
...@@ -15,10 +15,10 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -15,10 +15,10 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'AWS_SECRET_ACCESS_KEY': '' 'AWS_SECRET_ACCESS_KEY': ''
'SECRET_KEY': '' 'SECRET_KEY': ''
'XQUEUE_INTERFACE': 'XQUEUE_INTERFACE':
'basic_auth': [ 'noauth', 'noauth'] 'basic_auth': [ 'edx', 'edx']
'django_auth': { 'password': 'password', 'django_auth': { 'password': 'password',
'username': 'lms'} 'username': 'lms'}
'url': 'https://localhost' 'url': 'https://localhost:18040'
'CONTENTSTORE': 'CONTENTSTORE':
'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore' 'ENGINE': 'xmodule.contentstore.mongo.MongoContentStore'
'OPTIONS': 'OPTIONS':
...@@ -55,8 +55,8 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -55,8 +55,8 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'PORT': '3306' 'PORT': '3306'
'PEARSON_TEST_PASSWORD': '' 'PEARSON_TEST_PASSWORD': ''
'OPEN_ENDED_GRADING_INTERFACE': 'OPEN_ENDED_GRADING_INTERFACE':
'url': '' 'url': 'http://localhost:18091'
'password': '' 'password': 'password'
'peer_grading': 'peer_grading' 'peer_grading': 'peer_grading'
'staff_grading': 'staff_grading' 'staff_grading': 'staff_grading'
'grading_controller': 'grading_controller' 'grading_controller': 'grading_controller'
......
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