Fix incorrect Studio modulestore db

This was causing courses created in the cms not to show up in the LMS.
This commit is contained in:
Régis Behmo 2018-03-04 20:15:44 +01:00
parent 030ba43ba3
commit 189ea3e7dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
}
},
"DOC_STORE_CONFIG": {
"db": "edxapp",
"db": "openedx",
"host": "mongodb"
},
"DATABASES": {