mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 09:56:43 +01:00
fix: also get rid of elasticsearch ssl
This commit is contained in:
parent
ced998a6ed
commit
0e59e80686
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
Elasticsearch::Model.client = Elasticsearch::Client.new(
|
Elasticsearch::Model.client = Elasticsearch::Client.new(
|
||||||
host: 'https://127.0.0.1:9200',
|
host: 'http://127.0.0.1:9200',
|
||||||
request_timeout: 30
|
request_timeout: 30
|
||||||
) do |f|
|
) do |f|
|
||||||
f.ssl[:verify] = false
|
f.ssl[:verify] = false
|
||||||
|
|
Loading…
Reference in a new issue