fix: also get rid of elasticsearch ssl

This commit is contained in:
Neetpone 2024-04-02 18:14:10 -04:00
parent ced998a6ed
commit 0e59e80686

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
Elasticsearch::Model.client = Elasticsearch::Client.new(
host: 'https://127.0.0.1:9200',
host: 'http://127.0.0.1:9200',
request_timeout: 30
) do |f|
f.ssl[:verify] = false