legendary-doc-site/apps/auth/lib/auth/repo.ex
2020-07-17 23:30:31 +00:00

5 lines
100 B
Elixir

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