Merge branch 'develop' into documentation-migration
[akkoma] / lib / pleroma / search / elasticsearch / cluster.ex
1 defmodule Pleroma.Search.Elasticsearch.Cluster do
2 @moduledoc false
3 use Elasticsearch.Cluster, otp_app: :pleroma
4 end