Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Use SimpleEngine for default config
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Lubinski authored and willbarton committed Apr 11, 2016
1 parent 0df84af commit aa51ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions regcore/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@

HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
'URL': 'http://localhost:8983/solr'
'ENGINE': 'haystack.backends.simple_backend.SimpleEngine',
}
}

Expand Down

0 comments on commit aa51ba7

Please sign in to comment.