This commit is contained in:
Joshix-1 2024-04-26 18:07:05 +00:00 committed by GitHub
commit 1720c439d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ ca_file = ENV.fetch('ES_CA_FILE', nil).presence
transport_options = { ssl: { ca_file: ca_file } } if ca_file.present?
Chewy.settings = {
host: "#{host}:#{port}",
host: host,
port: port.to_i,
prefix: prefix,
enabled: enabled,
journal: false,