We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9719b1b commit db74986Copy full SHA for db74986
budgetkey_api/modules/search.py
@@ -74,7 +74,7 @@ def setup_search(app):
74
if ES_CONNECTION:
75
client_params['hosts'] = ES_CONNECTION
76
else:
77
- client_params['hosts'] = [dict(host=ES_HOST, port=ES_PORT)]
+ client_params['hosts'] = [dict(host=ES_HOST, port=ES_PORT, scheme='http')]
78
if ES_CERT_PATH:
79
client_params['ca_certs'] = ES_CERT_PATH
80
if ELASTIC_PASSWORD:
0 commit comments