mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 09:56:43 +01:00
fix: get rid of elasticsearch password (do not fear, it was just a local dev password)
This commit is contained in:
parent
96ec959166
commit
ced998a6ed
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue