Current section

Files

Jump to
rivet_ident lib auth repo.ex
Raw

lib/auth/repo.ex

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