akkoma/lib/pleroma/search/elasticsearch/cluster.ex
FloatingGhost 1ecdb19de5
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
Refactor ES on top of search behaviour
2022-06-30 16:28:31 +01:00

5 lines
120 B
Elixir

defmodule Pleroma.Search.Elasticsearch.Cluster do
@moduledoc false
use Elasticsearch.Cluster, otp_app: :pleroma
end