6 lines
108 B
Elixir
6 lines
108 B
Elixir
|
defmodule Aggiedit.Repo do
|
||
|
use Ecto.Repo,
|
||
|
otp_app: :aggiedit,
|
||
|
adapter: Ecto.Adapters.Postgres
|
||
|
end
|