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

5 lines
120 B
Elixir
Raw Normal View History

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