Switch to Searchbox for ElasticSearch

This commit is contained in:
2013-10-14 02:03:29 +01:00
parent 4cdb3697c9
commit 063284b810

View File

@@ -158,7 +158,7 @@ LOGGING = {
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': os.environ.get('FOUNDELASTICSEARCH_URL', 'http://127.0.0.1:9200/'),
'URL': os.environ.get('SEARCHBOX_URL', 'http://127.0.0.1:9200/'),
'INDEX_NAME': 'vapemap-haystack',
},
}