lib/auth/repo.ex

defmodule Auth.Repo do
  use Ecto.Repo,
    otp_app: :auth,
    adapter: Ecto.Adapters.Postgres
end