mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-13 06:22:16 +00:00
Switch to Searchbox for ElasticSearch
This commit is contained in:
@@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user