Index name for Haystack.

master
Nick Sergeant 2014-10-20 14:52:03 -04:00
parent 6f364cc067
commit 319aff6780
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if 'DATABASE_URL' in os.environ:
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'INDEX_NAME': 'snipt',
'INDEX_NAME': 'snipt-net',
'URL': os.environ.get('BONSAI_URL', ''),
},
}