Skip to content

Instantly share code, notes, and snippets.

@harshvb7
Created September 1, 2018 12:38
Show Gist options
  • Save harshvb7/392f9905cf8b70385ae2f09bf0c068c9 to your computer and use it in GitHub Desktop.
Save harshvb7/392f9905cf8b70385ae2f09bf0c068c9 to your computer and use it in GitHub Desktop.
ES_CONNECTIONS = {
'default': {
'hosts': [http://localhost:9200],
}
}
ES_INDEXES = {
'default': [
('users', 'some_app.indexes.Article'),
]
}
ES_DEFAULT_BATCH_SIZE = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment