Current section

Files

Jump to
activity_pub_client lib activity_pub_client repo.ex
Raw

lib/activity_pub_client/repo.ex

defmodule ActivityPubClient.Repo do
@moduledoc false
use Ecto.Repo,
otp_app: :activity_pub_client,
adapter: Ecto.Adapters.Postgres
end