Commit 20ffaae0 authored by 段英荣's avatar 段英荣

Merge branch 'mr/develop/tag' into 'master'

add

See merge request !67
parents 89db4d2b bc15a813
......@@ -75,7 +75,7 @@ def get_service_es(es_hosts_config=None):
'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)
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