This commit is contained in:
Dmitriy Kuzmenko 2019-11-04 16:20:10 +03:00
parent 2b3ded6858
commit 6422fc09f9

View File

@ -21,7 +21,7 @@ DOMAIN_URI = 'next.gaultmillau.com'
# ELASTICSEARCH SETTINGS
ELASTICSEARCH_DSL = {
'default': {
'hosts': 'localhost:9200'
'hosts': 'elasticsearch:9200'
}
}