fix elastic settings

This commit is contained in:
a.feteleu 2019-10-30 20:35:15 +03:00
parent 7e503f617e
commit e75229b4d3

View File

@ -19,8 +19,8 @@ DOMAIN_URI = 'gm.id-east.ru'
# ELASTICSEARCH SETTINGS
ELASTICSEARCH_DSL = {
'default': {
# 'hosts': 'localhost:9200'
'hosts': 'elasticsearch:9200'
'hosts': 'localhost:9200'
# 'hosts': 'elasticsearch:9200'
}
}