mirror of
https://github.com/nikdoof/vapemap.git
synced 2026-01-30 17:48:24 +00:00
Switch to Searchbox for ElasticSearch
This commit is contained in:
@@ -158,7 +158,7 @@ LOGGING = {
|
|||||||
HAYSTACK_CONNECTIONS = {
|
HAYSTACK_CONNECTIONS = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
|
'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',
|
'INDEX_NAME': 'vapemap-haystack',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user