Current section

Files

Jump to
rivet_ident lib ident repo.ex
Raw

lib/ident/repo.ex

defmodule Rivet.Auth.Repo do
@moduledoc false
use Ecto.Repo, otp_app: :rivet_ident, adapter: Ecto.Adapters.Postgres
end