mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
4 lines
175 B
Ruby
4 lines
175 B
Ruby
|
client = Elasticsearch::Client.new host: "http://#{ENV["ELASTICSEARCH_HOST"]}:9200", log: true
|
||
|
Elasticsearch::Model.client = client
|
||
|
Elasticsearch::Persistence.client = client
|