legendary-doc-site/apps/auth/lib/auth/repo.ex

6 lines
100 B
Elixir
Raw Normal View History

2020-07-17 23:30:31 +00:00
defmodule Auth.Repo do
use Ecto.Repo,
otp_app: :auth,
adapter: Ecto.Adapters.Postgres
end