update cybernaut form
[edumed.git] / edumed / settings / search.py
1 # -*- coding: utf-8 -*-
2
3 HAYSTACK_CONNECTIONS = {
4     'default': {
5         'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
6         'URL': 'http://127.0.0.1:8983/solr/edumed'
7     },
8 }