X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9ae83685ae10ad4d0e6f6091413b1d2488eaf478..695023a09f7ed62d3a414dfc7c7b909fd0d1171b:/edumed/settings/search.py diff --git a/edumed/settings/search.py b/edumed/settings/search.py new file mode 100644 index 0000000..f54983b --- /dev/null +++ b/edumed/settings/search.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +HAYSTACK_CONNECTIONS = { + 'default': { + 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', + 'URL': 'http://127.0.0.1:8983/solr/edumed' + }, +}