Skip to content

Instantly share code, notes, and snippets.

@bluszcz
Created July 7, 2019 08:41
Show Gist options
  • Save bluszcz/79fcb1ce9f6e159820b06735b69d575a to your computer and use it in GitHub Desktop.
Save bluszcz/79fcb1ce9f6e159820b06735b69d575a to your computer and use it in GitHub Desktop.
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': 'http://10.152.183.229:9200/',
'INDEX_NAME': 'haystack',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment