Move to src dir.
[edumed.git] / src / edumed / settings / search.py
diff --git a/src/edumed/settings/search.py b/src/edumed/settings/search.py
new file mode 100644 (file)
index 0000000..f54983b
--- /dev/null
@@ -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'
+    },
+}