akkoma/lib/pleroma/search/elasticsearch/cluster.ex

5 lines
120 B
Elixir
Raw Normal View History

2022-06-30 15:28:31 +00:00
defmodule Pleroma.Search.Elasticsearch.Cluster do
@moduledoc false
use Elasticsearch.Cluster, otp_app: :pleroma
end