5 lines
100 B
Elixir
5 lines
100 B
Elixir
defmodule Auth.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :auth,
|
|
adapter: Ecto.Adapters.Postgres
|
|
end
|