1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 06:38:48 +00:00
akkoma/lib/pleroma/search/elasticsearch/cluster.ex
2022-06-30 16:28:31 +01:00

4 lines
120 B
Elixir

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