fix: get rid of elasticsearch password (do not fear, it was just a local dev password)

This commit is contained in:
Neetpone 2024-04-02 18:13:24 -04:00
parent 96ec959166
commit ced998a6ed

View file

@ -1,10 +1,6 @@
# frozen_string_literal: true
Elasticsearch::Model.client = Elasticsearch::Client.new(
host: 'https://127.0.0.1:9200',
http: {
user: 'elastic',
password: 'FrLV=CCE56dYsK*87jEo'
},
request_timeout: 30
) do |f|
f.ssl[:verify] = false