1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 14:49:15 +00:00
akkoma/lib/pleroma/search/elasticsearch/cluster.ex

5 lines
120 B
Elixir
Raw Normal View History

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