summaryrefslogtreecommitdiff
path: root/helsinki/program/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'helsinki/program/settings.py')
-rw-r--r--helsinki/program/settings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/helsinki/program/settings.py b/helsinki/program/settings.py
index 1e3af2a..036fe3e 100644
--- a/helsinki/program/settings.py
+++ b/helsinki/program/settings.py
@@ -71,4 +71,6 @@ INSTALLED_APPS = (
HAYSTACK_SITECONF = 'helsinki.program.search_sites'
HAYSTACK_SEARCH_ENGINE = 'solr'
-HAYSTACK_SOLR_URL = 'http://localhost:8983/solr'
+HAYSTACK_SOLR_URL = 'http://localhost:8988/solr'
+# plone integration
+HAYSTACK_ID_FIELD = 'docid'