cannery/lib/cannery/repo.ex

6 lines
106 B
Elixir
Raw Normal View History

2021-03-11 21:12:55 -05:00
defmodule Cannery.Repo do
use Ecto.Repo,
otp_app: :cannery,
adapter: Ecto.Adapters.Postgres
end