Test providing a collection in doc_store_config to contentstore.

This commit is contained in:
Don Mitchell
2013-10-21 12:15:51 -04:00
parent 4b9a1431dd
commit 8dc9fa8861

View File

@@ -91,6 +91,7 @@ CONTENTSTORE = {
'DOC_STORE_CONFIG': {
'host': 'localhost',
'db': 'test_xcontent',
'collection': 'dont_trip',
},
# allow for additional options that can be keyed on a name, e.g. 'trashcan'
'ADDITIONAL_OPTIONS': {