Commit 5415ef1e by Xavier Antoviaque

sandbox-ora: Add missing '/' in configuration of open ended interface

parent 377eb069
...@@ -60,7 +60,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -60,7 +60,7 @@ 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': 'http://localhost:18091' 'url': 'http://localhost:18091/'
'password': 'password' 'password': 'password'
'peer_grading': 'peer_grading' 'peer_grading': 'peer_grading'
'staff_grading': 'staff_grading' 'staff_grading': 'staff_grading'
......
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