Commit bc15a813 authored by 李小芳's avatar 李小芳

add

parent 33f4c85b
...@@ -75,7 +75,7 @@ def get_service_es(es_hosts_config=None): ...@@ -75,7 +75,7 @@ def get_service_es(es_hosts_config=None):
'sniff_on_connection_fail': False, 'sniff_on_connection_fail': False,
} }
new_hosts = settings.ES7_SERVICE_HOSTS if not es_hosts_config else es_hosts_config new_hosts = settings.ES7_HOSTS if not es_hosts_config else es_hosts_config
new_es = Es(hosts=new_hosts, http_auth=(settings.HTTP_AUTH_NAME, settings.HTTP_AUTH_PWD), **init_args) new_es = Es(hosts=new_hosts, http_auth=(settings.HTTP_AUTH_NAME, settings.HTTP_AUTH_PWD), **init_args)
return new_es return new_es
......
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