Commit 7c6dad5e by Clinton Blackburn

Updated Elasticsearch host for devstack

ECOM-6560
parent 7c0e4240
......@@ -15,7 +15,7 @@ INTERNAL_IPS = ('127.0.0.1',)
HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': 'http://es:9200/',
'URL': 'http://edx.devstack.elasticsearch:9200/',
'INDEX_NAME': 'catalog',
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment